Skip to content

Commit

Permalink
update composer script handler
Browse files Browse the repository at this point in the history
  • Loading branch information
mosiyash committed Oct 4, 2016
1 parent 35712c1 commit f8b20ce
Show file tree
Hide file tree
Showing 5 changed files with 575 additions and 394 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ npm-debug.log
/app/config/*.local.php
/app/config/settings.php
/pimple.json
/vendor
/phinx.php
/vendor
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@
"scripts": {
"post-install-cmd": [
"Composer\\ScriptHandler::copySettings",
"Composer\\ScriptHandler::mergeSettings"
"Composer\\ScriptHandler::mergeSettings",
"Composer\\ScriptHandler::createPhinxConfigFile"
],
"post-update-cmd": [
"Composer\\ScriptHandler::copySettings",
"Composer\\ScriptHandler::mergeSettings"
"Composer\\ScriptHandler::mergeSettings",
"Composer\\ScriptHandler::createPhinxConfigFile"
]
}
}
Loading

0 comments on commit f8b20ce

Please sign in to comment.