Skip to content

Commit

Permalink
Support laravel 5.4 (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
django23 authored and patrickbrouwers committed Jan 20, 2017
1 parent b004c99 commit a544a9b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"require": {
"php": ">=5.5",
"phpoffice/phpexcel": "1.8.*",
"illuminate/cache": "5.0.*|5.1.*|5.2.*|5.3.*",
"illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*",
"illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*",
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*",
"illuminate/cache": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
"nesbot/carbon": "~1.0",
"tijsverkoyen/css-to-inline-styles": "~2.0"
},
Expand All @@ -34,10 +34,10 @@
"orchestra/testbench": "3.1.*"
},
"suggest": {
"illuminate/http": "5.0.*|5.1.*|5.2.*|5.3.*",
"illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*",
"illuminate/view": "5.0.*|5.1.*|5.2.*|5.3.*",
"illuminate/queue": "5.0.*|5.1.*|5.2.*|5.3.*"
"illuminate/http": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/view": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/queue": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit a544a9b

Please sign in to comment.