Skip to content

Commit 3f5edfd

Browse files
committed
fix: add old illuminate dependencies
1 parent ad3504f commit 3f5edfd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"ext-pdo": "*",
1515
"ext-json": "*",
1616
"laravel/helpers": "^1.5",
17-
"illuminate/console": "^9.0",
18-
"illuminate/support": "^9.0",
19-
"illuminate/cache": "^9.0",
20-
"illuminate/database": "^9.0"
17+
"illuminate/console": "^6.0|^7.0|^8.0|^9.0",
18+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
19+
"illuminate/cache": "^6.0|^7.0|^8.0|^9.0",
20+
"illuminate/database": "^6.0|^7.0|^8.0|^9.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)