Skip to content

Commit 3601889

Browse files
authored
Merge pull request #173 from laravel-shift/l9-compatibility
Laravel 9.x Compatibility
2 parents f16effc + de7e689 commit 3601889

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
}
2525
],
2626
"require": {
27-
"php": "^8.0.2|^8.1",
28-
"laravel/framework": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*",
27+
"php": "^7.2|^8.0.2|^8.1",
28+
"laravel/framework": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|^9.0",
2929
"eklundkristoffer/seedster": "dev-l9-support",
3030
"laravel/helpers": "^1.5"
3131
},
3232
"require-dev": {
33-
"orchestra/testbench": "^7.0",
33+
"orchestra/testbench": "^6.0|^7.0",
3434
"laravel/tinker": "^2.7",
35-
"illuminate/support": "^9.0",
36-
"laravel/laravel": "^9.0"
35+
"illuminate/support": "^8.5|^9.0",
36+
"laravel/laravel": "^8.0|^9.0"
3737
},
3838
"repositories": [
3939
{

0 commit comments

Comments
 (0)