Skip to content

Commit 46e4906

Browse files
author
Kristoffer Alfheim
authored
Merge pull request #9 from exodusanto/laravel-54
Update to 5.4
2 parents 7732ddc + b48bae0 commit 46e4906

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.5.9",
14-
"illuminate/contracts": "5.0.*|5.1.*|5.2.*|5.3.*",
15-
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*",
16-
"illuminate/console": "5.0.*|5.1.*|5.2.*|5.3.*",
17-
"illuminate/http": "5.0.*|5.1.*|5.2.*|5.3.*",
18-
"illuminate/view": "5.0.*|5.1.*|5.2.*|5.3.*",
14+
"illuminate/contracts": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
15+
"illuminate/support": "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/http": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
18+
"illuminate/view": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
1919
"symfony/process": "^2.6|^3.1.0"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)