Skip to content

Commit 9155015

Browse files
authored
Merge pull request #83 from TJVB/laravel-5.6-upgrade
Add Laravel 5.6 support
2 parents d40272a + 1563222 commit 9155015

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"license" : "MIT",
1212
"require": {
1313
"php" : ">=5.4.0",
14-
"illuminate/support" : "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
15-
"illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
16-
"illuminate/console": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
17-
"illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
18-
"illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
14+
"illuminate/support" : "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
15+
"illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
16+
"illuminate/console": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
17+
"illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
18+
"illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
1919
},
2020
"require-dev" : {
2121
"phpunit/phpunit" : "~4.0",

0 commit comments

Comments
 (0)