Skip to content

Commit 07d24f8

Browse files
Add Laravel 9 support
1 parent bd2b4da commit 07d24f8

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
@@ -16,8 +16,8 @@
1616
"require": {
1717
"php": ">=7.1",
1818
"ext-json": "*",
19-
"illuminate/config": "5.8.* || ^6.0 || ^7.0 || ^8.0",
20-
"illuminate/support": "5.8.* || ^6.0 || ^7.0 || ^8.0"
19+
"illuminate/config": "5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0",
20+
"illuminate/support": "5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0"
2121
},
2222
"require-dev": {
2323
"orchestra/testbench": "~3.8.4 || ^4.0 || ^5.0",

0 commit comments

Comments
 (0)