Skip to content

Commit a015792

Browse files
Support Statamic 5 and Laravel 11
1 parent 78374d1 commit a015792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
],
99
"require": {
1010
"php": "^8.0",
11-
"illuminate/support": "^9.0 || ^10.0",
12-
"statamic/cms": "^3.3 || ^4.0 "
11+
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
12+
"statamic/cms": "^3.3 || ^4.0 || ^5.0 "
1313
},
1414
"license": "MIT",
1515
"autoload": {

0 commit comments

Comments
 (0)