Skip to content

Commit

Permalink
Update illuminate to work with Laravel 5.4.*
Browse files Browse the repository at this point in the history
  • Loading branch information
bissolli authored Jan 24, 2017
1 parent 4828c32 commit a83c0fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
],
"require": {
"php": ">=5.6.0",
"illuminate/support": "5.2.*|5.3.*"
"illuminate/support": "5.2.*|5.3.*|5.4.*"
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpunit/phpunit": "5.5.*",
"laravel/framework": "5.2.*|5.3.*"
"laravel/framework": "5.2.*|5.3.*|5.4.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a83c0fe

Please sign in to comment.