Skip to content

Commit

Permalink
Laravel 5.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
oriceon authored Aug 31, 2017
1 parent 9612cef commit 975b57d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "5.4.*",
"illuminate/support": "5.4.*|5.5.*",
"doctrine/dbal": "^2.5"
},
"require-dev": {
"phpunit/phpunit": "6.0.7",
"illuminate/database": "5.4.*",
"illuminate/events": "5.4.*"
"illuminate/database": "5.4.*|5.5.*",
"illuminate/events": "5.4.*|5.5.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 975b57d

Please sign in to comment.