Skip to content

Commit

Permalink
Merge pull request #103 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
nonoesp authored Feb 27, 2024
2 parents 666a463 + 9f4a387 commit 9af7957
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 @@ -23,12 +23,12 @@
},
"require": {
"php": ">=7.1.0 || >=7.2.5 || >=8.0 || >=8.1 || >= 8.2",
"illuminate/support": "~5.3 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
"illuminate/support": "~5.3 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0 || ^10.0",
"mockery/mockery": "^1.0",
"orchestra/testbench": "^3.1 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
"orchestra/testbench": "^3.1 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit 9af7957

Please sign in to comment.