Skip to content

Commit bffe8cf

Browse files
committed
Relaxing version constraints for illuminate
This enables minor version bumps, so Laravel 5.0, 5.1, 5.2, etc. (But *not* 6.x.x) can be used with this package.
1 parent 6b70dc7 commit bffe8cf

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.*|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)