Skip to content

Commit 1298659

Browse files
committed
added support for Laravel 9
1 parent e197f62 commit 1298659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"php": "^7.3 || ^8.0",
2020
"doctrine/dbal": "^2.0|^3.0",
2121
"fakerphp/faker": "^1.13",
22-
"illuminate/console": "^7.0|^8.0",
23-
"illuminate/support": "^7.0|^8.0"
22+
"illuminate/console": "^7.0|^8.0|^9.0",
23+
"illuminate/support": "^7.0|^8.0|^9.0"
2424
},
2525
"require-dev": {
2626
"orchestra/testbench": "^6.12",

0 commit comments

Comments
 (0)