|
1 | 1 | { |
2 | 2 | "name": "phpbenchmarks/symfony-2-5", |
3 | | - "license": "MIT", |
| 3 | + "license": "proprietary", |
4 | 4 | "type": "project", |
5 | | - "description": "The \"Symfony Standard Edition\" distribution", |
6 | | - "autoload": { |
7 | | - "psr-0": { "": "src/", "SymfonyStandard": "app/" } |
8 | | - }, |
9 | 5 | "require": { |
10 | 6 | "php": ">=5.3.3", |
11 | 7 | "symfony/symfony": "2.5.*", |
|
17 | 13 | "symfony/monolog-bundle": "~2.4", |
18 | 14 | "sensio/distribution-bundle": "~3.0", |
19 | 15 | "sensio/framework-extra-bundle": "~3.0", |
20 | | - "incenteev/composer-parameter-handler": "~2.0" |
| 16 | + "incenteev/composer-parameter-handler": "~2.0", |
| 17 | + "phpbenchmarks/symfony": "1.0.0" |
21 | 18 | }, |
22 | 19 | "require-dev": { |
23 | 20 | "sensio/generator-bundle": "~2.3" |
24 | 21 | }, |
25 | 22 | "scripts": { |
26 | | - "post-root-package-install": [ |
27 | | - "SymfonyStandard\\Composer::hookRootPackageInstall" |
28 | | - ], |
29 | 23 | "post-install-cmd": [ |
30 | 24 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", |
31 | 25 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", |
32 | | - "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", |
33 | | - "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", |
34 | 26 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", |
35 | 27 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles" |
36 | 28 | ], |
37 | 29 | "post-update-cmd": [ |
38 | 30 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", |
39 | 31 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", |
40 | | - "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", |
41 | | - "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", |
42 | 32 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", |
43 | 33 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles" |
44 | 34 | ] |
|
0 commit comments