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

Commit ba9f01b

Browse files
committed
added the deployment hook in composer.json
1 parent 7658f94 commit ba9f01b

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)