Skip to content

Commit 18baa6f

Browse files
authored
Merge pull request #13 from phily245/make-laravel-9-compatible
Add Laravel 9 Composer Compatibility
2 parents 09d6c50 + 936af86 commit 18baa6f

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
@@ -21,11 +21,11 @@
2121
},
2222
"minimum-stability": "dev",
2323
"require": {
24-
"illuminate/database": "^6.0|^7.0|^8.0",
25-
"illuminate/http": "^6.0|^7.0|^8.0"
24+
"illuminate/database": "^6.0|^7.0|^8.0|^9.0",
25+
"illuminate/http": "^6.0|^7.0|^8.0|^9.0"
2626
},
2727
"require-dev": {
28-
"orchestra/testbench": "^4.0|^5.0|^6.0",
28+
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
2929
"phpunit/phpunit": "^8.5|^9.3"
3030
}
3131
}

0 commit comments

Comments
 (0)