File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 65
65
" Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::buildBootstrap"
66
66
],
67
67
"post-install-cmd" : [
68
+ " ComposerBootstrap::clearCache" ,
68
69
" Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::buildBootstrap" ,
69
70
" ComposerBootstrap::installAssets" ,
70
71
" ComposerBootstrap::prepareBinaries" ,
71
- " Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::installRequirementsFile"
72
+ " Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::installRequirementsFile" ,
73
+ " ComponentInstaller\\ Installer::postAutoloadDump"
72
74
],
73
75
"post-update-cmd" : [
76
+ " ComposerBootstrap::clearCache" ,
74
77
" Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::buildBootstrap" ,
75
78
" ComposerBootstrap::installAssets" ,
76
79
" ComposerBootstrap::prepareBinaries" ,
77
- " Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::installRequirementsFile"
80
+ " Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::installRequirementsFile" ,
81
+ " ComponentInstaller\\ Installer::postAutoloadDump"
78
82
],
79
83
"update-assets" :[
80
84
" ComposerBootstrap::installAssets" ,
You can’t perform that action at this time.
0 commit comments