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

Commit ccf4963

Browse files
Updated require block
1 parent 006478e commit ccf4963

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

composer.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,13 @@
3535
}
3636
],
3737
"require": {
38-
"php": ">=5.5.0",
39-
"illuminate/contracts": "5.0.*",
40-
"illuminate/cookie": "5.0.*",
41-
"illuminate/database": "5.0.*",
42-
"illuminate/http": "5.0.*",
43-
"illuminate/session": "5.0.*",
44-
"illuminate/support": "5.0.*",
45-
"ircmaxell/password-compat": "~1.0"
38+
"php": ">=5.5.9",
39+
"illuminate/contracts": "5.0.*|5.1.*",
40+
"illuminate/cookie": "5.0.*|5.1.*",
41+
"illuminate/database": "5.0.*|5.1.*",
42+
"illuminate/http": "5.0.*|5.1.*",
43+
"illuminate/session": "5.0.*|5.1.*",
44+
"illuminate/support": "5.0.*|5.1.*"
4645
},
4746
"require-dev": {
4847
"phpunit/phpunit": "~4.4",

0 commit comments

Comments
 (0)