X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=0136ed2e4dbf90edb3b19838c11dfa30245901a6;hb=92504e0dd489c0d11abc87bee42ffca717db0480;hp=2b22d6bda6d2fee73e98c3bc8f0d6a72c269b8c8;hpb=2e45e7bebcdf4e3d990f965bf04a9051343168a4;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index 2b22d6bd..0136ed2e 100644 --- a/composer.json +++ b/composer.json @@ -83,6 +83,7 @@ "wallabag/Fivefilters_Libraries": "dev-master" }, "require-dev": { + "doctrine/doctrine-fixtures-bundle": "dev-master", "sensio/generator-bundle": "~2.5", "phpunit/phpunit": "~4.4" }, @@ -92,8 +93,7 @@ "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", - "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", - "app/console wallabag:install --no-interaction" + "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" ], "post-update-cmd": [ "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", @@ -112,7 +112,7 @@ } }, "autoload": { - "psr-0": { "": "src/", "SymfonyStandard": "app/" } + "psr-0": { "": "src/" } }, "config": { "bin-dir": "bin"