Skip to content

Commit f56485d

Browse files
author
Kristoffer Alfheim
committed
Merge pull request #5 from exodusanto/laravel52
Update for laravel 5.2
2 parents b52650f + 539a181 commit f56485d

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

0 commit comments

Comments
 (0)