Skip to content

Commit

Permalink
Laravel 9 support (#6)
Browse files Browse the repository at this point in the history
Thanks! Let me know if something breaks with Laravel 9.

Closes #5
  • Loading branch information
edalzell committed Apr 27, 2022
1 parent a234d13 commit 72ac76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"require": {
"php": "^8.0",
"illuminate/support": "^8.0",
"illuminate/support": "^8.0 || ^9.0",
"statamic/cms": "3.1.* || 3.2.* || 3.3.*"
},
"require-dev": {
Expand Down

0 comments on commit 72ac76e

Please sign in to comment.