|
4 | 4 | "type": "project",
|
5 | 5 | "description": "The \"Symfony Standard Edition\" distribution",
|
6 | 6 | "autoload": {
|
7 |
| - "psr-4": { "": "src/", "SymfonyStandard\\": "app/SymfonyStandard/" } |
| 7 | + "psr-4": { "": "src/" } |
8 | 8 | },
|
9 | 9 | "require": {
|
10 | 10 | "php": ">=5.5.9",
|
|
14 | 14 | "symfony/assetic-bundle": "~2.3",
|
15 | 15 | "symfony/swiftmailer-bundle": "~2.3",
|
16 | 16 | "symfony/monolog-bundle": "~2.4",
|
17 |
| - "sensio/distribution-bundle": "~4.0", |
| 17 | + "sensio/distribution-bundle": "~5.0@dev", |
18 | 18 | "sensio/framework-extra-bundle": "^3.0.2",
|
19 | 19 | "incenteev/composer-parameter-handler": "~2.0"
|
20 | 20 | },
|
|
28 | 28 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
|
29 | 29 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
|
30 | 30 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
|
31 |
| - "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles", |
32 | 31 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
|
33 | 32 | ],
|
34 | 33 | "post-update-cmd": [
|
|
37 | 36 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
|
38 | 37 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
|
39 | 38 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
|
40 |
| - "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles", |
41 | 39 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
|
42 | 40 | ]
|
43 | 41 | },
|
|
0 commit comments