Skip to content

Commit c7c32cb

Browse files
committed
Allow any version of illuminate/support above or equal to v6
1 parent 83085cc commit c7c32cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"ext-json": "*"
2828
},
2929
"require-dev": {
30-
"illuminate/support": "6.*",
30+
"illuminate/support": ">=6",
3131
"phpunit/phpunit": "^8.5.8"
3232
},
3333
"suggest": {

0 commit comments

Comments
 (0)