Skip to content

Commit 86d7219

Browse files
committed
Added v7,8,9,10 illuminate/support dependency
1 parent 4924820 commit 86d7219

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=7.1"
16+
"php": ">=7.1",
17+
"illuminate/support": "~5.0|^6.0|^7.0|^8.0|^9.0|^10"
1718
},
1819
"require-dev": {
1920
"phpunit/phpunit": "^6.1"

0 commit comments

Comments
 (0)