diff --git a/composer.json b/composer.json index 0ccdd82b..fbd5b917 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "post-create-project-cmd": [ "@php artisan key:generate --ansi", "@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"", - "@php artisan migrate --ansi" + "@php artisan migrate --graceful --ansi" ] }, "extra": { @@ -62,6 +62,6 @@ "php-http/discovery": true } }, - "minimum-stability": "dev", + "minimum-stability": "stable", "prefer-stable": true }