|
14 | 14 | "php" : ">=5.5.9", |
15 | 15 | "ext-pdo_sqlite" : "*", |
16 | 16 | "doctrine/doctrine-bundle" : "^1.6", |
| 17 | + "doctrine/doctrine-cache-bundle" : "^1.2", |
17 | 18 | "doctrine/doctrine-fixtures-bundle" : "^2.2", |
18 | 19 | "doctrine/orm" : "^2.5", |
19 | 20 | "erusev/parsedown" : "^1.5", |
20 | 21 | "ezyang/htmlpurifier" : "^4.7", |
21 | 22 | "incenteev/composer-parameter-handler" : "^2.0", |
22 | 23 | "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", |
25 | 27 | "symfony/swiftmailer-bundle" : "^2.3", |
26 | 28 | "symfony/symfony" : "^3.2", |
27 | 29 | "twig/extensions" : "^1.3", |
|
35 | 37 | "symfony/phpunit-bridge" : "^3.0" |
36 | 38 | }, |
37 | 39 | "scripts": { |
38 | | - "post-install-cmd": [ |
| 40 | + "symfony-scripts": [ |
39 | 41 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", |
40 | 42 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", |
41 | 43 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", |
42 | 44 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", |
43 | 45 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", |
44 | 46 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget" |
45 | 47 | ], |
| 48 | + "post-install-cmd": [ |
| 49 | + "@symfony-scripts" |
| 50 | + ], |
46 | 51 | "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" |
53 | 53 | ] |
54 | 54 | }, |
55 | 55 | "config": { |
|
0 commit comments