Skip to content

Commit b910b5d

Browse files
authored
Merge pull request #44 from lukepolo/patch-1
Laravel 5.4
2 parents 97a3812 + 5bfabdb commit b910b5d

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.*",
15-
"illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*",
16-
"illuminate/console": "5.0.*|5.1.*|5.2.*|5.3.*",
17-
"illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*",
18-
"illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*"
14+
"illuminate/support" : "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
15+
"illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
16+
"illuminate/console": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
17+
"illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
18+
"illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*"
1919
},
2020
"require-dev" : {
2121
"phpunit/phpunit" : "~4.0",

0 commit comments

Comments
 (0)