From 90a0b34b3e7fe7f5c8e3625323e9221eeaba11ac Mon Sep 17 00:00:00 2001 From: HFO4 <912394456@qq.com> Date: Mon, 5 Feb 2018 10:52:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E8=A3=85=E7=A8=8B=E5=BA=8F=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E5=8F=91=E8=B5=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 27bbfaca..73b481b2 100644 --- a/composer.json +++ b/composer.json @@ -42,6 +42,9 @@ "scripts": { "post-install-cmd": [ "CloudreveInstaller\\Installer::startInstall" + ], + "post-create-project-cmd" : [ + "CloudreveInstaller\\Installer::startInstall" ] } }