Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 15eaa91

Browse files
committed
download assets before installing assets. fix #16
1 parent a11abfd commit 15eaa91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@
4242
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
4343
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
4444
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
45+
"Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreateAndCkeditor",
4546
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
46-
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
47-
"Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreateAndCkeditor"
47+
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
4848
],
4949
"post-update-cmd": [
5050
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
5151
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
5252
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
53+
"Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreateAndCkeditor",
5354
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
54-
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
55-
"Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreateAndCkeditor"
55+
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
5656
]
5757
},
5858
"config": {

0 commit comments

Comments
 (0)