Skip to content

Commit ac291ba

Browse files
committed
Laravel 6 and update minimum stability
1 parent e5af2cf commit ac291ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"email": "[email protected]"
2626
}
2727
],
28-
"minimum-stability": "dev",
28+
"minimum-stability": "stable",
2929
"require": {
30-
"illuminate/support": "^5.2"
30+
"illuminate/support": "^5.0|^6.0"
3131
},
3232
"extra": {
3333
"laravel": {

0 commit comments

Comments
 (0)