From 8be1dea481ecb9accc76d66442ab9eb1dd19ac86 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Fri, 26 Jul 2013 18:58:07 +1200 Subject: [PATCH] Fixing regression in composer post scripts Fixes regression on Windows where composer update and composer install because the path is hardcoded to only work on *nix systems. --- composer.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/composer.json b/composer.json index a51123a..be1648e 100644 --- a/composer.json +++ b/composer.json @@ -10,9 +10,5 @@ "config": { "process-timeout": 600 }, - "scripts": { - "post-install-cmd": "php ./framework/cli-script.php dev/build", - "post-update-cmd": "php ./framework/cli-script.php dev/build" - }, "minimum-stability": "dev" }