From 7e6e513fc147944900f994604b0278c68a701fc8 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 11 Nov 2018 21:28:03 -0500 Subject: [PATCH] Remove post install Composer script --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index ae3dfcd..0ddf71a 100644 --- a/composer.json +++ b/composer.json @@ -62,9 +62,6 @@ "scripts": { "post-create-project-cmd" : [ "php bin/console.php install" - ], - "post-install-cmd" : [ - "php bin/console.php dbupdate" ] } }