Skip to content

Commit

Permalink
Merge pull request #59 from gustavobissolli/master
Browse files Browse the repository at this point in the history
Update illuminate to work with Laravel 5.4.*
  • Loading branch information
Caleb Fidecaro authored Jan 25, 2017
2 parents 4828c32 + a83c0fe commit e1e6fab
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 e1e6fab

Please sign in to comment.