Merge pull request #42 from sminnee/composer-post-install

NEW: Added post-install and post-update dev/build call.
This commit is contained in:
Sean Harvey 2013-05-29 21:57:55 -07:00
commit f283290e2a

View File

@ -10,5 +10,9 @@
"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"
}