Skip to content

Commit

Permalink
Merge pull request #37 from willemo/laravel-5-7-support
Browse files Browse the repository at this point in the history
Update Laravel to v5.7
  • Loading branch information
brexis committed Jan 3, 2019
2 parents 3f16611 + 8ba7008 commit 89358dc
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 @@ -8,8 +8,8 @@
"symfony/workflow": "^3.3 || ^4.0",
"symfony/process": "^3.3 || ^4.0",
"symfony/event-dispatcher": "^3.3 || ^4.0",
"illuminate/console": "5.3.* || 5.4.* || 5.5.* || 5.6.*",
"illuminate/support": "5.3.* || 5.4.* || 5.5.* || 5.6.*"
"illuminate/console": "5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*",
"illuminate/support": "5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 89358dc

Please sign in to comment.