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 40088a9 commit f7c177f
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 @@ -28,8 +28,8 @@
},
"require": {
"php": "^8.1",
"illuminate/support": "^10.0",
"statamic/cms": "^4.0"
"illuminate/support": "^10.0|^11.0",
"statamic/cms": "^4.0|^5.0"
},
"require-dev": {
"orchestra/testbench": "^8.0",
Expand Down

0 comments on commit f7c177f

Please sign in to comment.