Add require of illuminate/support 5.5

This commit is contained in:
Arandi Lopez 2017-10-10 19:03:24 -05:00
parent 91ded8c9e1
commit 175b321868
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
},
"minimum-stability": "stable",
"require": {
"illuminate/support": "^5.2|^5.3|^5.4"
"illuminate/support": "^5.2|^5.3|^5.4|^5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.8",