From e1772001a4f49812aba1044ecadea747f93c6767 Mon Sep 17 00:00:00 2001 From: Sebastian Kehr <kehr@ub.uni-leipzig.de> Date: Wed, 27 Mar 2019 11:54:11 +0100 Subject: [PATCH] refs #14953 [master] - discards execution of phing install tasks at composer.json * either internal solr or swagger-api will be installed from the scratch --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index bd4392f7131..fe49e819ca1 100644 --- a/composer.json +++ b/composer.json @@ -89,7 +89,7 @@ }, "scripts": { "phing-install-dependencies": "phing installsolr installswaggerui", - "post-install-cmd": "@phing-install-dependencies", - "post-update-cmd": "@phing-install-dependencies" + "post-install-cmd": [], + "post-update-cmd": [] } } -- GitLab