Skip to content

Commit 6151674

Browse files
committed
Bump version
1 parent 892b9a7 commit 6151674

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
"require": {
1515
"php": ">=5.5.9",
16-
"illuminate/support": "5.2 - 5.5",
17-
"illuminate/database": "5.2 - 5.5",
18-
"illuminate/events": "5.2 - 5.5"
16+
"illuminate/support": "5.2 - 5.6",
17+
"illuminate/database": "5.2 - 5.6",
18+
"illuminate/events": "5.2 - 5.6"
1919
},
2020

2121
"autoload": {
@@ -28,6 +28,9 @@
2828
"phpunit/phpunit": "4.8.*"
2929
},
3030

31+
"minimum-stability": "dev",
32+
"prefer-stable": true,
33+
3134
"extra": {
3235
"branch-alias": {
3336
"dev-master": "v4.2.x-dev"

0 commit comments

Comments
 (0)