Skip to content

Commit

Permalink
Also allow laravel 5.5 (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
svennis94 authored and barryvdh committed Aug 10, 2017
1 parent 0bdf64c commit 78e8c96
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 @@ -16,8 +16,8 @@
"require": {
"php": ">=5.4.0",
"twig/twig": "~1.30",
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/view": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*"
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/view": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
},
"require-dev": {
"laravel/framework": "5.0.*",
Expand Down

0 comments on commit 78e8c96

Please sign in to comment.