Skip to content

Commit 3a83f41

Browse files
author
Jan Kramer
committed
Update scripts in composer.json to reflect recent change in CreateBundle
1 parent 38abe45 commit 3a83f41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
},
2525
"scripts": {
2626
"post-install-cmd": [
27-
"Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::initSubmodules",
27+
"Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreate",
2828
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
2929
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
3030
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
3131
],
3232
"post-update-cmd": [
33-
"Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::initSubmodules",
33+
"Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreate",
3434
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
3535
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
3636
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)