From 41a2ee7751ef539f4b0c1257a0f54fd273389656 Mon Sep 17 00:00:00 2001 From: Egorka Date: Mon, 3 Sep 2018 18:02:12 +0300 Subject: [PATCH] Standalone Installer --- composer.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/composer.json b/composer.json index b66fd5e..f69687b 100644 --- a/composer.json +++ b/composer.json @@ -65,10 +65,5 @@ "type": "vcs", "url": "https://github.com/zertex/yii2-elfinder.git" } - ], - "scripts": { - "post-create-project-cmd": [ - "@php setup.php" - ] - } + ] }