Skip to content

Commit 9abdf98

Browse files
committed
add Statamic 5 support
1 parent a32c749 commit 9abdf98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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 to be able to add extra mini toggles to replicator and bard set headers.",
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)