Skip to content

Commit

Permalink
Merge pull request #33 from eshimischi/patch-1
Browse files Browse the repository at this point in the history
Add support for Laravel 11
  • Loading branch information
markwalet committed Mar 13, 2024
2 parents e7889d0 + b4c8552 commit 832241f
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 @@ -16,13 +16,13 @@
],
"require": {
"php": "8.*",
"laravel/framework": "~7.29|~8.74|^9.0|^10.0",
"laravel/framework": "~7.29|~8.74|^9.0|^10.0|^11.0",
"phpoption/phpoption": ">=1.8",
"webmozart/assert": "^1.10"
},
"require-dev": {
"phpunit/phpunit": "~9.3",
"orchestra/testbench": "~5.12|6.*|7.*|8.*"
"orchestra/testbench": "~5.12|6.*|7.*|8.*|9.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 832241f

Please sign in to comment.