Skip to content

Commit

Permalink
[Laravel 10] Support Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
nicekiwi committed Apr 27, 2024
1 parent 5b15fb7 commit ef5b7e0
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 @@ -11,7 +11,7 @@
],
"require": {
"php": "^8.1",
"laravel/framework": "^10.0",
"laravel/framework": "^10.0|^11.0",
"guzzlehttp/guzzle": "^7.8",
"ext-bcmath": "*",
"ext-simplexml": "*",
Expand Down

0 comments on commit ef5b7e0

Please sign in to comment.