Skip to content

Commit

Permalink
Add clear cache and postAutoloadDump to composer package install hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
werrolf committed Mar 11, 2019
1 parent 3489723 commit 7701180
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions application/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,20 @@
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap"
],
"post-install-cmd": [
"ComposerBootstrap::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"ComposerBootstrap::installAssets",
"ComposerBootstrap::prepareBinaries",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"ComponentInstaller\\Installer::postAutoloadDump"
],
"post-update-cmd": [
"ComposerBootstrap::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"ComposerBootstrap::installAssets",
"ComposerBootstrap::prepareBinaries",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"ComponentInstaller\\Installer::postAutoloadDump"
],
"update-assets":[
"ComposerBootstrap::installAssets",
Expand Down

0 comments on commit 7701180

Please sign in to comment.