Skip to content

Commit fcb127e

Browse files
committed
Merge pull request #399 from mvdstam/patch-1
Relaxing version constraints for illuminate
2 parents 6b70dc7 + bffe8cf commit fcb127e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
],
1717
"require": {
1818
"php": ">=5.4.0",
19-
"illuminate/database": "5.0.*|5.1.*",
20-
"illuminate/console": "5.0.*|5.1.*",
21-
"illuminate/contracts": "5.0.*|5.1.*",
22-
"illuminate/http": "5.0.*|5.1.*",
23-
"illuminate/support": "5.0.*|5.1.*",
24-
"illuminate/config": "5.0.*|5.1.*",
19+
"illuminate/database": "^5.0.0",
20+
"illuminate/console": "^5.0.0",
21+
"illuminate/contracts": "^5.0.0",
22+
"illuminate/http": "^5.0.0",
23+
"illuminate/support": "^5.0.0",
24+
"illuminate/config": "^5.0.0",
2525
"league/oauth2-server": "4.1.*"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)