Skip to content

Commit

Permalink
Merge pull request #5 from exodusanto/laravel52
Browse files Browse the repository at this point in the history
Update for laravel 5.2
  • Loading branch information
Kristoffer Alfheim committed May 20, 2016
2 parents b52650f + 539a181 commit f56485d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"license": "MIT",
"require": {
"php": ">=5.5.9",
"illuminate/contracts": "5.0.*|5.1.*",
"illuminate/support": "5.0.*|5.1.*",
"illuminate/console": "5.0.*|5.1.*",
"illuminate/http": "5.0.*|5.1.*",
"illuminate/view": "5.0.*|5.1.*",
"illuminate/contracts": "5.0.*|5.1.*|5.2.*",
"illuminate/support": "5.0.*|5.1.*|5.2.*",
"illuminate/console": "5.0.*|5.1.*|5.2.*",
"illuminate/http": "5.0.*|5.1.*|5.2.*",
"illuminate/view": "5.0.*|5.1.*|5.2.*",
"symfony/process": "^2.6"
},
"require-dev": {
Expand Down

0 comments on commit f56485d

Please sign in to comment.