Skip to content

Commit 0bde7f7

Browse files
committed
feature #413 Tweak composer.json according to the latest changes in Symfony SE (bocharsky-bw)
This PR was merged into the master branch. Discussion ---------- Tweak composer.json according to the latest changes in Symfony SE According to the https://github.com/symfony/symfony-standard/blob/3.2/composer.json Commits ------- f5cd2bf Tweak composer.json according to the latest changes in Symfony SE
2 parents a580b8b + f5cd2bf commit 0bde7f7

File tree

2 files changed

+145
-93
lines changed

2 files changed

+145
-93
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,16 @@
1414
"php" : ">=5.5.9",
1515
"ext-pdo_sqlite" : "*",
1616
"doctrine/doctrine-bundle" : "^1.6",
17+
"doctrine/doctrine-cache-bundle" : "^1.2",
1718
"doctrine/doctrine-fixtures-bundle" : "^2.2",
1819
"doctrine/orm" : "^2.5",
1920
"erusev/parsedown" : "^1.5",
2021
"ezyang/htmlpurifier" : "^4.7",
2122
"incenteev/composer-parameter-handler" : "^2.0",
2223
"sensio/distribution-bundle" : "^5.0",
23-
"sensio/framework-extra-bundle" : "^3.0",
24-
"symfony/monolog-bundle" : "^2.8",
24+
"sensio/framework-extra-bundle" : "^3.0.2",
25+
"symfony/monolog-bundle" : "^3.0",
26+
"symfony/polyfill-apcu" : "^1.0",
2527
"symfony/swiftmailer-bundle" : "^2.3",
2628
"symfony/symfony" : "^3.2",
2729
"twig/extensions" : "^1.3",
@@ -35,21 +37,19 @@
3537
"symfony/phpunit-bridge" : "^3.0"
3638
},
3739
"scripts": {
38-
"post-install-cmd": [
40+
"symfony-scripts": [
3941
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
4042
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
4143
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
4244
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
4345
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
4446
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
4547
],
48+
"post-install-cmd": [
49+
"@symfony-scripts"
50+
],
4651
"post-update-cmd": [
47-
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
48-
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
49-
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
50-
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
51-
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
52-
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
52+
"@symfony-scripts"
5353
]
5454
},
5555
"config": {

0 commit comments

Comments
 (0)