Skip to content

Commit 91b6b44

Browse files
Merge pull request SpartnerNL#487 from thallisphp/patch-1
Laravel 5.1 compatibility
2 parents 031ac56 + 9e2e9b6 commit 91b6b44

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"require": {
2121
"php": ">=5.3.0",
2222
"phpoffice/phpexcel": "~1.8.0",
23-
"illuminate/cache": "~5.0",
24-
"illuminate/config": "~5.0",
25-
"illuminate/filesystem": "~5.0",
26-
"illuminate/support": "~5.0",
23+
"illuminate/cache": "~5.0|~5.1",
24+
"illuminate/config": "~5.0|~5.1",
25+
"illuminate/filesystem": "~5.0|~5.1",
26+
"illuminate/support": "~5.0|~5.1",
2727
"nesbot/carbon": "~1.0",
2828
"tijsverkoyen/css-to-inline-styles": "~1.5"
2929
},
@@ -34,9 +34,9 @@
3434
"orchestra/testbench": "~3.0.0"
3535
},
3636
"suggest": {
37-
"illuminate/http": "~5.0",
38-
"illuminate/routing": "~5.0",
39-
"illuminate/view": "~5.0"
37+
"illuminate/http": "~5.0|~5.1",
38+
"illuminate/routing": "~5.0|~5.1",
39+
"illuminate/view": "~5.0|~5.1"
4040
},
4141
"autoload": {
4242
"classmap": [

0 commit comments

Comments
 (0)