Skip to content

Commit 8944ffa

Browse files
committed
Allow Laravel 9
1 parent 6dea9f7 commit 8944ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "^7.2|^8",
14-
"illuminate/support": "^6|^7|^8",
14+
"illuminate/support": "^6|^7|^8|^9",
1515
"symfony/form": "^4|^5|^6",
1616
"symfony/validator": "^4|^5|^6",
1717
"symfony/twig-bridge": "^4|^5|^6",

0 commit comments

Comments
 (0)