Skip to content

Commit 54783e3

Browse files
committed
Composer.lock for each PHP versions
1 parent 5bf24aa commit 54783e3

File tree

5 files changed

+4237
-5
lines changed

5 files changed

+4237
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@
1111
!/bin/.gitkeep
1212
!/bin/console
1313
/.idea/
14+
composer.lock
15+

composer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,12 @@
3030
"post-install-cmd": [
3131
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
3232
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
33-
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
34-
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
3533
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
3634
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
3735
],
3836
"post-update-cmd": [
3937
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
4038
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
41-
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
42-
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
4339
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
4440
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
4541
]

0 commit comments

Comments
 (0)