Skip to content

Commit 7fbabbd

Browse files
authored
Merge pull request #33 from stephenjude/patch-1
Add Laravel 9 support
2 parents 235c148 + 46b2ba2 commit 7fbabbd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
],
1919
"require": {
2020
"php" : "^7.3|^8.0",
21-
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
22-
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
21+
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0",
22+
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^6.3|^7.0|^8.0|^9.0",
26-
"orchestra/testbench": "~3.5.0|~3.6.0|^4.0"
25+
"phpunit/phpunit": "^6.3|^7.0|^8.0|^9.0|^9.5",
26+
"orchestra/testbench": "~3.5.0|~3.6.0|^4.0|^5.0|^6.0|^7.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)