Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit ae42923

Browse files
committed
feature #786 added the deployment hook in composer.json (fabpot)
This PR was merged into the 2.3 branch. Discussion ---------- added the deployment hook in composer.json ping @dzuelke Commits ------- ba9f01b added the deployment hook in composer.json
2 parents 5be01c7 + ba9f01b commit ae42923

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,16 @@
2727
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
2828
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
2929
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
30-
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
30+
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
31+
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
3132
],
3233
"post-update-cmd": [
3334
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
3435
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
3536
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
3637
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
37-
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
38+
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
39+
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
3840
]
3941
},
4042
"config": {

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)