Skip to content

Commit

Permalink
Merge pull request #9 from exodusanto/laravel-54
Browse files Browse the repository at this point in the history
Update to 5.4
  • Loading branch information
Kristoffer Alfheim authored Mar 6, 2017
2 parents 7732ddc + b48bae0 commit 46e4906
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.*|5.2.*|5.3.*",
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*",
"illuminate/console": "5.0.*|5.1.*|5.2.*|5.3.*",
"illuminate/http": "5.0.*|5.1.*|5.2.*|5.3.*",
"illuminate/view": "5.0.*|5.1.*|5.2.*|5.3.*",
"illuminate/contracts": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/console": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/http": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/view": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
"symfony/process": "^2.6|^3.1.0"
},
"require-dev": {
Expand Down

0 comments on commit 46e4906

Please sign in to comment.