diff --git a/composer.json b/composer.json
index bd4392f7131408791d0c23cdab089c88dc6af883..fe49e819ca1f477a22d9289c3470e9afb609afc3 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": []
     }
 }