Skip to content

Commit 23ac941

Browse files
committed
removed DoctrineFixtureBundle dep, added Bundle check
1 parent da2c10f commit 23ac941

File tree

2 files changed

+78
-80
lines changed

2 files changed

+78
-80
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,25 @@
1919
"symfony-cmf/create-bundle": "1.0.0-beta4",
2020
"jackalope/jackalope-doctrine-dbal":"1.0.0-beta3",
2121
"doctrine/doctrine-bundle": "1.2.*",
22-
"doctrine/doctrine-fixtures-bundle": "2.1.*",
22+
"doctrine/data-fixtures": "1.0.*",
2323
"liip/functional-test-bundle": "1.0.*",
2424
"lunetics/locale-bundle": "2.2.*",
2525
"liip/doctrine-cache-bundle": "1.0.*",
2626
"incenteev/composer-parameter-handler": "~2.0",
27-
"liip/imagine-bundle": "~0.12"
27+
"liip/imagine-bundle": "~0.12",
28+
"wjzijderveld/check-bundles": "dev-master"
2829
},
2930
"scripts": {
3031
"post-install-cmd": [
32+
"WillemJan\\CheckBundles\\Composer\\CheckBundles::postPackageUpdate",
3133
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
3234
"Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreate",
3335
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
3436
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
3537
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
3638
],
3739
"post-update-cmd": [
40+
"WillemJan\\CheckBundles\\Composer\\CheckBundles::postPackageUpdate",
3841
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
3942
"Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreate",
4043
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
@@ -46,6 +49,7 @@
4649
"bin-dir": "bin"
4750
},
4851
"extra": {
52+
"checkbundles-ignore": ["Liip\\FunctionalTestBundle\\LiipFunctionalTestBundle"],
4953
"symfony-app-dir": "app",
5054
"symfony-web-dir": "web",
5155
"incenteev-parameters": {

composer.lock

Lines changed: 72 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)