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