Skip to content

Commit

Permalink
Merge pull request #430 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
duellsy authored Mar 13, 2024
2 parents 40b122b + 42d37d5 commit f2175b5
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 @@ -23,8 +23,8 @@
},
"require": {
"php": ">=5.4.0",
"illuminate/support": "~4.0|~5.0|~5.1|^6.0|^7.0|^8.0|^9.0|^10.0",
"laravel/framework": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/support": "~4.0|~5.0|~5.1|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"laravel/framework": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"autoload": {
"classmap": [
Expand All @@ -40,7 +40,7 @@
}
},
"require-dev": {
"orchestra/testbench": "~3.0|^8.0"
"orchestra/testbench": "~3.0|^8.0|^9.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit f2175b5

Please sign in to comment.