Skip to content

Commit

Permalink
Merge pull request #173 from laravel-shift/l9-compatibility
Browse files Browse the repository at this point in the history
Laravel 9.x Compatibility
  • Loading branch information
jeremykenedy authored Feb 17, 2022
2 parents f16effc + de7e689 commit 3601889
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
}
],
"require": {
"php": "^8.0.2|^8.1",
"laravel/framework": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*",
"php": "^7.2|^8.0.2|^8.1",
"laravel/framework": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|^9.0",
"eklundkristoffer/seedster": "dev-l9-support",
"laravel/helpers": "^1.5"
},
"require-dev": {
"orchestra/testbench": "^7.0",
"orchestra/testbench": "^6.0|^7.0",
"laravel/tinker": "^2.7",
"illuminate/support": "^9.0",
"laravel/laravel": "^9.0"
"illuminate/support": "^8.5|^9.0",
"laravel/laravel": "^8.0|^9.0"
},
"repositories": [
{
Expand Down

0 comments on commit 3601889

Please sign in to comment.