Skip to content

Commit f2f49cb

Browse files
authored
Merge pull request #35 from samrook/l9_update
add support for laravel 9
2 parents f8cd1c7 + d2f7f70 commit f2f49cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
],
2929
"require": {
3030
"php": "^7.1.3 || ^8.0",
31-
"illuminate/support": "^5.4|^6.0|^7.0|^8.0",
31+
"illuminate/support": "^5.4|^6.0|^7.0|^8.0|^9.0",
3232
"friendsofphp/php-cs-fixer": "^3.0.0"
3333
},
3434
"require-dev": {
35-
"illuminate/console": "^5.4|^6.0|^7.0|^8.0",
36-
"orchestra/testbench": "^6.17"
35+
"illuminate/console": "^5.4|^6.0|^7.0|^8.0|^9.0",
36+
"orchestra/testbench": "^7.0"
3737
},
3838
"extra": {
3939
"laravel": {

0 commit comments

Comments
 (0)