Skip to content

Commit

Permalink
Allow 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Aug 17, 2017
1 parent 58bdd29 commit 3030d1a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"require": {
"php": ">=7.0",
"maximebf/debugbar": "~1.14.0",
"illuminate/support": "5.5.x",
"illuminate/session": "5.5.x",
"symfony/debug": "^3.3",
"symfony/finder": "^3.3",
"illuminate/routing": "5.5.x"
"illuminate/routing": "5.4.x|5.5.x",
"illuminate/session": "5.4.x|5.5.x",
"illuminate/support": "5.4.x|5.5.x",
"symfony/debug": "^3.2",
"symfony/finder": "^3.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3030d1a

Please sign in to comment.