Skip to content

Commit

Permalink
Add Laravel 5.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Feb 12, 2019
1 parent 98daf65 commit 5b2e9aa
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 @@ -13,8 +13,8 @@
"php": ">=7.1.0",
"facebook/webdriver": "^1.3",
"nesbot/carbon": "^1.20|^2.0",
"illuminate/console": "~5.7.0",
"illuminate/support": "~5.7.0",
"illuminate/console": "~5.7.0|~5.8.0",
"illuminate/support": "~5.7.0|~5.8.0",
"symfony/console": "^4.0",
"symfony/process": "^4.0"
},
Expand Down

0 comments on commit 5b2e9aa

Please sign in to comment.