Skip to content

Commit

Permalink
Added Laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
HungryBus authored Jan 3, 2025
1 parent 832de5d commit ea60dc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
],
"require": {
"php": "^8.1",
"illuminate/support": "^8.0||^9.0||^10.0",
"illuminate/support": "^8.0||^9.0||^10.0||^11.0",
"laravel/legacy-factories": "^1.3"
},
"require-dev": {
"orchestra/testbench": "^6.0|^8.0",
"phpunit/phpunit": "^9.0|^10.0",
"mockery/mockery": "^1.0.0|^1.5.1"
"orchestra/testbench": "^6.0|^8.0|^9.0",
"phpunit/phpunit": "^9.0|^10.0|^11.0",
"mockery/mockery": "^1.0.0|^1.5.1|^1.6"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ea60dc4

Please sign in to comment.