X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=composer.json;h=0136ed2e4dbf90edb3b19838c11dfa30245901a6;hb=017e20895f6d731b2b8fd7cee0cd954eb7e96145;hp=d83a497e560b4b65241bf4f7055ddf71338e9993;hpb=daacffefa64c57d0ec767e14477e06efd6c97510;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index d83a497e..0136ed2e 100644 --- a/composer.json +++ b/composer.json @@ -83,29 +83,24 @@ "wallabag/Fivefilters_Libraries": "dev-master" }, "require-dev": { + "doctrine/doctrine-fixtures-bundle": "dev-master", "sensio/generator-bundle": "~2.5", "phpunit/phpunit": "~4.4" }, "scripts": { - "post-root-package-install": [ - "SymfonyStandard\\Composer::hookRootPackageInstall" - ], "post-install-cmd": [ "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", - "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", - "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles", - "bin/install" + "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" ], "post-update-cmd": [ "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", - "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", - "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles" + "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" ] }, "extra": { @@ -117,7 +112,7 @@ } }, "autoload": { - "psr-0": { "": "src/", "SymfonyStandard": "app/" } + "psr-0": { "": "src/" } }, "config": { "bin-dir": "bin"