Skip to content

Commit 3fd5b47

Browse files
committed
Allow Laravel 9.0 or above.
1 parent 008ac98 commit 3fd5b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^7.0|^8.0|^9.3",
19-
"illuminate/support": "~5.5.40|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
19+
"illuminate/support": "~5.5.40|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0"
2020
},
2121
"license": "MIT",
2222
"authors": [

0 commit comments

Comments
 (0)