Skip to content

Commit 1b40f11

Browse files
authored
Laravel 9 support (barryvdh#99)
1 parent f2ac186 commit 1b40f11

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
@@ -11,9 +11,9 @@
1111
],
1212
"require": {
1313
"php": ">=7",
14-
"illuminate/support": "^6|^7|^8",
15-
"illuminate/console": "^6|^7|^8",
16-
"symfony/process": "^4|^5"
14+
"illuminate/support": "^6|^7|^8|^9",
15+
"illuminate/console": "^6|^7|^8|^9",
16+
"symfony/process": "^4|^5|^6"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)