Skip to content

Commit 42e4d0b

Browse files
committed
Add illuminate/support dependency
1 parent c09d2cb commit 42e4d0b

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
@@ -11,7 +11,8 @@
1111
],
1212
"minimum-stability": "stable",
1313
"require": {
14-
"php": ">=7.0"
14+
"php": ">=7.0",
15+
"illuminate/support": "^5.3|^5.4"
1516
},
1617
"require-dev": {
1718
"mockery/mockery": "^0.9.9",

0 commit comments

Comments
 (0)