Skip to content

Commit a7b3b01

Browse files
committed
Composer.lock for each PHP versions
1 parent 2a218bb commit a7b3b01

File tree

6 files changed

+3967
-15
lines changed

6 files changed

+3967
-15
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
/vendor/
1010
/bin/
1111
/.idea/
12+
composer.lock

app/config/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ parameters:
55
locale: en
66

77
framework:
8-
secret: "%secret%"
8+
secret: "%secret%"
99
router:
1010
strict_requirements: ~
11-
form: ~
11+
form: ~
1212
csrf_protection: ~
13-
validation: { enable_annotations: true }
13+
validation: { enable_annotations: true }
1414
templating:
1515
engines: ['twig']
1616
default_locale: "%locale%"
17-
trusted_hosts: ~
17+
trusted_hosts: ~
1818
trusted_proxies: ~
1919
session:
20-
handler_id: ~
21-
fragments: ~
20+
handler_id: ~
21+
fragments: ~
2222
http_method_override: true

composer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,12 @@
2222
"post-install-cmd": [
2323
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
2424
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
25-
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
26-
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
2725
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
2826
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
2927
],
3028
"post-update-cmd": [
3129
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
3230
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
33-
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
34-
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
3531
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
3632
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
3733
]

0 commit comments

Comments
 (0)