Skip to content

Commit

Permalink
Merge pull request #399 from mvdstam/patch-1
Browse files Browse the repository at this point in the history
Relaxing version constraints for illuminate
  • Loading branch information
lucadegasperi committed May 19, 2015
2 parents 6b70dc7 + bffe8cf commit fcb127e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/database": "5.0.*|5.1.*",
"illuminate/console": "5.0.*|5.1.*",
"illuminate/contracts": "5.0.*|5.1.*",
"illuminate/http": "5.0.*|5.1.*",
"illuminate/support": "5.0.*|5.1.*",
"illuminate/config": "5.0.*|5.1.*",
"illuminate/database": "^5.0.0",
"illuminate/console": "^5.0.0",
"illuminate/contracts": "^5.0.0",
"illuminate/http": "^5.0.0",
"illuminate/support": "^5.0.0",
"illuminate/config": "^5.0.0",
"league/oauth2-server": "4.1.*"
},
"require-dev": {
Expand Down

0 comments on commit fcb127e

Please sign in to comment.