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

Commit 729eb1c

Browse files
committed
Merge branch '2.6' into 2.7
* 2.6: added the deployment hook in composer.json updated deps Conflicts: composer.lock
2 parents 7ad6b75 + 89e81d3 commit 729eb1c

File tree

2 files changed

+24
-14
lines changed

2 files changed

+24
-14
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,17 @@
3333
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
3434
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
3535
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
36-
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles"
36+
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles",
37+
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
3738
],
3839
"post-update-cmd": [
3940
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
4041
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
4142
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
4243
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
4344
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
44-
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles"
45+
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles",
46+
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
4547
]
4648
},
4749
"config": {

composer.lock

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

0 commit comments

Comments
 (0)