Skip to content
This repository has been archived by the owner on Jan 18, 2018. It is now read-only.

Commit

Permalink
Updated require block
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Aug 10, 2015
1 parent 006478e commit ccf4963
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,13 @@
}
],
"require": {
"php": ">=5.5.0",
"illuminate/contracts": "5.0.*",
"illuminate/cookie": "5.0.*",
"illuminate/database": "5.0.*",
"illuminate/http": "5.0.*",
"illuminate/session": "5.0.*",
"illuminate/support": "5.0.*",
"ircmaxell/password-compat": "~1.0"
"php": ">=5.5.9",
"illuminate/contracts": "5.0.*|5.1.*",
"illuminate/cookie": "5.0.*|5.1.*",
"illuminate/database": "5.0.*|5.1.*",
"illuminate/http": "5.0.*|5.1.*",
"illuminate/session": "5.0.*|5.1.*",
"illuminate/support": "5.0.*|5.1.*"
},
"require-dev": {
"phpunit/phpunit": "~4.4",
Expand Down

0 comments on commit ccf4963

Please sign in to comment.