Skip to content

Commit

Permalink
Merge pull request #144 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
mydnic authored Feb 28, 2024
2 parents 6400314 + c43a0f0 commit 8813f37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
],
"require": {
"php": ">=8.0",
"laravel/framework": "^7.0|^8.0|^9.0|^10.0"
"laravel/framework": "^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"orchestra/testbench": "^3.7.8",
"phpunit/phpunit": "^7.5|^10.5",
"orchestra/testbench": "^3.7.8|^9.0",
"mockery/mockery": "^1.3"
},
"autoload": {
Expand Down

0 comments on commit 8813f37

Please sign in to comment.