Skip to content

Commit

Permalink
Support Laravel 5.5 (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers authored and barryvdh committed Jul 21, 2017
1 parent dea7284 commit 314b722
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 @@ -11,8 +11,8 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x",
"illuminate/filesystem": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x",
"illuminate/support": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x|5.5.x",
"illuminate/filesystem": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x|5.5.x",
"knplabs/knp-snappy": "*"
},
"autoload": {
Expand Down

0 comments on commit 314b722

Please sign in to comment.