Skip to content

Commit 7804b00

Browse files
committed
add Statamic 5 support
1 parent 252f213 commit 7804b00

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"description": "A Statamic addon that adds an Element Picker fieldtype and lets you pick an element and generate a unique CSS selector for that element.",
55
"license": "MIT",
66
"require": {
7-
"statamic/cms": "^3.0||^4.0"
7+
"statamic/cms": "^3.0||^4.0||^5.0"
88
},
99
"require-dev": {
1010
"php": "^8.1",
11-
"laravel/framework": "^10.8",
12-
"statamic/cms": "^4.0"
11+
"laravel/framework": "^11.0",
12+
"statamic/cms": "^5.0"
1313
},
1414
"autoload": {
1515
"psr-4": {

0 commit comments

Comments
 (0)