Skip to content

Commit b9742ed

Browse files
authored
Merge pull request #8 from parth391/laravel-9-support
Bump dependencies for Laravel 9
2 parents 57e7e80 + e4337ec commit b9742ed

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
@@ -32,13 +32,13 @@
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
"php": "^7.0|^8.0"
3838
},
3939
"require-dev": {
4040
"phpunit/phpunit": "^6.3|^9.0",
41-
"orchestra/testbench": "^3.5|^5.0"
41+
"orchestra/testbench": "^3.5|^5.0|^7.0"
4242
},
4343
"suggest": {
4444
}

0 commit comments

Comments
 (0)