Skip to content

Commit

Permalink
Add requirement for illuminate/support.
Browse files Browse the repository at this point in the history
  • Loading branch information
j3j5 committed Sep 28, 2017
1 parent 7df3cfc commit 56ee95e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
],
"require": {
"php": ">=5.5.9",
"ext-zip": "*"
"ext-zip": "*",
"illuminate/support": "5.*"
},
"require-dev": {
"phpunit/phpunit" : "4.*",
Expand Down

0 comments on commit 56ee95e

Please sign in to comment.