X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=cce2670279fc2ad538c62819f7375f2d84608452;hb=516022d60ea5c4e0c18a222590d23190a2c7765f;hp=4018cd51f855fd25d08a6fa4e007526b50ca1b44;hpb=bd2c8b4677cb8c81fa909837ee330c536cd0a5ef;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index 4018cd51..cce26702 100644 --- a/composer.json +++ b/composer.json @@ -69,29 +69,22 @@ "phpunit/phpunit": "~4.4", "symfony/phpunit-bridge": "~2.7" }, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/wallabag/phpMobi" - } - ], "scripts": { - "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" + "build-parameters": [ + "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters" ], - "post-update-cmd": [ - "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", + "post-cmd": [ + "@build-parameters", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" ], - "build-parameters": [ - "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters" + "post-install-cmd": [ + "@post-cmd" + ], + "post-update-cmd": [ + "@post-cmd" ] }, "extra": {