Skip to content

Commit

Permalink
Add support for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
dommer1 committed Mar 19, 2024
1 parent 960864f commit 8c1d184
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 @@ -19,7 +19,7 @@
],
"require": {
"php": "^8.1|^8.2",
"illuminate/contracts": "^10.0",
"illuminate/contracts": "^10.0|^11.0",
"larastan/larastan": "^2.0",
"pestphp/pest": "^2.6",
"pestphp/pest-plugin-laravel": "^2.0",
Expand Down

0 comments on commit 8c1d184

Please sign in to comment.