Skip to content

Commit 4e5d08d

Browse files
committed
#hotfix: Fix illuminate/container versions
1 parent 5eda985 commit 4e5d08d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"php": ">=7.1",
2929
"ext-json": "*",
3030
"ext-pdo": "*",
31-
"illuminate/container": "^5.8|^6.0",
31+
"illuminate/container": ">=5.8",
3232
"lcobucci/jwt": "^3.2",
3333
"league/fractal": "~0.14",
3434
"nwidart/laravel-modules": ">=3.1",

0 commit comments

Comments
 (0)