Skip to content

Commit

Permalink
Support Statamic 5 and Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jonassiewertsen committed May 12, 2024
1 parent 78374d1 commit a015792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
],
"require": {
"php": "^8.0",
"illuminate/support": "^9.0 || ^10.0",
"statamic/cms": "^3.3 || ^4.0 "
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
"statamic/cms": "^3.3 || ^4.0 || ^5.0 "
},
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit a015792

Please sign in to comment.