Skip to content

Commit a924863

Browse files
authored
Merge pull request #9 from laravel-shift/l9-compatibility
Laravel 9.x Compatibility
2 parents bdce257 + 93bb350 commit a924863

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
{
1414
"name": "Tyler Arbon",
1515
"email": "[email protected]"
16-
},
17-
{
18-
"name": "Scott Robinson",
19-
"email": "[email protected]",
20-
"homepage": "http://dor.ky"
21-
}
16+
},
17+
{
18+
"name": "Scott Robinson",
19+
"email": "[email protected]",
20+
"homepage": "http://dor.ky"
21+
}
2222
],
2323
"autoload": {
2424
"psr-4": {
@@ -32,12 +32,12 @@
3232
},
3333
"minimum-stability": "stable",
3434
"require": {
35-
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0",
36-
"illuminate/support": "^5.5|^6.0|^7.0|^8.0"
35+
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0",
36+
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0"
3737
},
3838
"require-dev": {
3939
"phpunit/phpunit": "^7.0|^8.0|^9.0",
40-
"orchestra/testbench": "^3.5|^4.0|^5.0"
40+
"orchestra/testbench": "^3.5|^4.0|^5.0|^7.0"
4141
},
42-
"suggest": {}
42+
"suggest": []
4343
}

0 commit comments

Comments
 (0)