Skip to content

Commit

Permalink
Add Laravel 5.8 support (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehanson authored and barryvdh committed Feb 26, 2019
1 parent f78618a commit 5fcba4c
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 @@ -12,9 +12,9 @@
"require": {
"php": ">=7.0",
"maximebf/debugbar": "~1.15.0",
"illuminate/routing": "5.5.x|5.6.x|5.7.x",
"illuminate/session": "5.5.x|5.6.x|5.7.x",
"illuminate/support": "5.5.x|5.6.x|5.7.x",
"illuminate/routing": "5.5.x|5.6.x|5.7.x|5.8.x",
"illuminate/session": "5.5.x|5.6.x|5.7.x|5.8.x",
"illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x",
"symfony/debug": "^3|^4",
"symfony/finder": "^3|^4"
},
Expand Down

0 comments on commit 5fcba4c

Please sign in to comment.