Skip to content

Commit 03ca4a0

Browse files
committed
upgrading dependencies and creating @composer update in composer.json post-create-project-cmd
1 parent e958018 commit 03ca4a0

File tree

2 files changed

+214
-204
lines changed

2 files changed

+214
-204
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,12 @@
5454
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
5555
],
5656
"post-create-project-cmd": [
57+
"Composer\\Config::disableProcessTimeout",
5758
"@php artisan key:generate --ansi",
5859
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
5960
"@php artisan migrate --graceful --ansi",
60-
"@php artisan db:seed"
61+
"@php artisan db:seed",
62+
"@composer update"
6163
],
6264
"dev": [
6365
"Composer\\Config::disableProcessTimeout",

0 commit comments

Comments
 (0)