|
19 | 19 | "symfony-cmf/create-bundle": "1.0.0-beta4",
|
20 | 20 | "jackalope/jackalope-doctrine-dbal":"1.0.0-beta3",
|
21 | 21 | "doctrine/doctrine-bundle": "1.2.*",
|
22 |
| - "doctrine/doctrine-fixtures-bundle": "2.1.*", |
| 22 | + "doctrine/data-fixtures": "1.0.*", |
23 | 23 | "liip/functional-test-bundle": "1.0.*",
|
24 | 24 | "lunetics/locale-bundle": "2.2.*",
|
25 | 25 | "liip/doctrine-cache-bundle": "1.0.*",
|
26 | 26 | "incenteev/composer-parameter-handler": "~2.0",
|
27 |
| - "liip/imagine-bundle": "~0.12" |
| 27 | + "liip/imagine-bundle": "~0.12", |
| 28 | + "wjzijderveld/check-bundles": "dev-master" |
28 | 29 | },
|
29 | 30 | "scripts": {
|
30 | 31 | "post-install-cmd": [
|
| 32 | + "WillemJan\\CheckBundles\\Composer\\CheckBundles::postPackageUpdate", |
31 | 33 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
|
32 | 34 | "Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreate",
|
33 | 35 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
|
34 | 36 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
|
35 | 37 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
|
36 | 38 | ],
|
37 | 39 | "post-update-cmd": [
|
| 40 | + "WillemJan\\CheckBundles\\Composer\\CheckBundles::postPackageUpdate", |
38 | 41 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
|
39 | 42 | "Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreate",
|
40 | 43 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
|
|
46 | 49 | "bin-dir": "bin"
|
47 | 50 | },
|
48 | 51 | "extra": {
|
| 52 | + "checkbundles-ignore": ["Liip\\FunctionalTestBundle\\LiipFunctionalTestBundle"], |
49 | 53 | "symfony-app-dir": "app",
|
50 | 54 | "symfony-web-dir": "web",
|
51 | 55 | "incenteev-parameters": {
|
|
0 commit comments