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

Commit f51722f

Browse files
Support L5.1 too
1 parent 53cb233 commit f51722f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
],
1212
"require": {
1313
"php": ">=5.5.9",
14-
"illuminate/contracts": "5.0.*",
15-
"illuminate/http": "5.0.*",
16-
"illuminate/support": "5.0.*"
14+
"illuminate/contracts": "5.0.*|5.1.*",
15+
"illuminate/http": "5.0.*|5.1.*",
16+
"illuminate/support": "5.0.*|5.1.*"
1717
},
1818
"require-dev": {
1919
"graham-campbell/testbench": "~2.1"

0 commit comments

Comments
 (0)