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.
This commit is contained in:
Sean Harvey 2013-07-26 18:58:07 +12:00
parent f283290e2a
commit 8be1dea481
1 changed files with 0 additions and 4 deletions

View File

@ -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"
}