|
5 | 5 | "require": { |
6 | 6 | "php": ">=5.3.3", |
7 | 7 | "symfony/symfony": "2.6.*", |
8 | | - "doctrine/orm": "~2.2,>=2.2.3,<2.5", |
9 | | - "doctrine/dbal": "<2.5", |
10 | | - "doctrine/doctrine-bundle": "~1.2", |
11 | | - "twig/extensions": "~1.0", |
12 | | - "symfony/assetic-bundle": "~2.3", |
13 | | - "symfony/swiftmailer-bundle": "~2.3", |
14 | | - "symfony/monolog-bundle": "~2.4", |
15 | 8 | "sensio/distribution-bundle": "~4.0", |
16 | 9 | "sensio/framework-extra-bundle": "~3.0,>=3.0.2", |
17 | 10 | "incenteev/composer-parameter-handler": "~2.0", |
18 | 11 | "phpbenchmarks/symfony": "1.0.0" |
19 | 12 | }, |
20 | | - "require-dev": { |
21 | | - "sensio/generator-bundle": "~2.3" |
22 | | - }, |
23 | 13 | "scripts": { |
24 | 14 | "post-install-cmd": [ |
25 | 15 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", |
26 | 16 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", |
27 | 17 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", |
28 | | - "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles", |
29 | 18 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget" |
30 | 19 | ], |
31 | 20 | "post-update-cmd": [ |
32 | 21 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", |
33 | 22 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", |
34 | 23 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", |
35 | | - "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles", |
36 | 24 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget" |
37 | 25 | ] |
38 | 26 | }, |
|
0 commit comments