Skip to content

Commit

Permalink
Allow for Laravel 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbrouwers committed Dec 10, 2015
1 parent be63dce commit 7b638fb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Expand Up @@ -20,10 +20,10 @@
"require": {
"php": ">=5.4",
"phpoffice/phpexcel": "1.8.*",
"illuminate/cache": "5.0.*|5.1.*",
"illuminate/config": "5.0.*|5.1.*",
"illuminate/filesystem": "5.0.*|5.1.*",
"illuminate/support": "5.0.*|5.1.*",
"illuminate/cache": "5.0.*|5.1.*|5.2.*",
"illuminate/config": "5.0.*|5.1.*|5.2.*",
"illuminate/filesystem": "5.0.*|5.1.*|5.2.*",
"illuminate/support": "5.0.*|5.1.*|5.2.*",
"nesbot/carbon": "~1.0",
"tijsverkoyen/css-to-inline-styles": "~1.5"
},
Expand All @@ -34,9 +34,9 @@
"orchestra/testbench": "3.0.*"
},
"suggest": {
"illuminate/http": "5.0.*|5.1.*",
"illuminate/routing": "5.0.*|5.1.*",
"illuminate/view": "5.0.*|5.1.*"
"illuminate/http": "5.0.*|5.1.*|5.2.*",
"illuminate/routing": "5.0.*|5.1.*|5.2.*",
"illuminate/view": "5.0.*|5.1.*|5.2.*"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit 7b638fb

Please sign in to comment.