Skip to content

Commit 61bbb13

Browse files
authored
Merge pull request #5 from consilience/judgej-laravel-9
Update composer.json
2 parents 4ef57ce + b9d039b commit 61bbb13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
],
1212
"minimum-stability": "dev",
1313
"require": {
14-
"illuminate/support": "^7.0|^8.0",
14+
"illuminate/support": "^7.0|^8.0|^9.0",
1515
"php": "^8.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^8.4|^9.0|^10.0",
19-
"orchestra/testbench": "^4.0|^5.0|^6.0"
19+
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)