Skip to content

Commit e9a4cae

Browse files
committed
Merge pull request #400 from mvdstam/revert-399-patch-1
Revert "Relaxing version constraints for illuminate"
2 parents fcb127e + 9a2445e commit e9a4cae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
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.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",
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.*",
2525
"league/oauth2-server": "4.1.*"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)