This repository was archived by the owner on Nov 27, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 23
23
"symfony/phpunit-bridge" : " ~2.7"
24
24
},
25
25
"scripts" : {
26
- "post-install-cmd " : [
26
+ "symfony-scripts " : [
27
27
" Incenteev\\ ParameterHandler\\ ScriptHandler::buildParameters" ,
28
28
" Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::buildBootstrap" ,
29
29
" Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::clearCache" ,
30
30
" Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::installAssets" ,
31
31
" Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::installRequirementsFile" ,
32
32
" Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::prepareDeploymentTarget"
33
33
],
34
+ "post-install-cmd" : [
35
+ " @symfony-scripts"
36
+ ],
34
37
"post-update-cmd" : [
35
- " Incenteev\\ ParameterHandler\\ ScriptHandler::buildParameters" ,
36
- " Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::buildBootstrap" ,
37
- " Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::clearCache" ,
38
- " Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::installAssets" ,
39
- " Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::installRequirementsFile" ,
40
- " Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::prepareDeploymentTarget"
38
+ " @symfony-scripts"
41
39
]
42
40
},
43
41
"config" : {
You can’t perform that action at this time.
0 commit comments