X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=0136ed2e4dbf90edb3b19838c11dfa30245901a6;hb=874e3e10a45a5b3c662bac1112bbdc1acb0adb95;hp=77bccc2f2adbe06db1b120f90ed4e7ded116a089;hpb=569f8d6851ea31b594fc5ccbcc11fe79dbdf2fa6;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index 77bccc2f..0136ed2e 100644 --- a/composer.json +++ b/composer.json @@ -68,11 +68,11 @@ "friendsofsymfony/rest-bundle": "~1.4", "jms/serializer-bundle": "~0.13", "nelmio/api-doc-bundle": "~2.7", - "ezyang/htmlpurifier": "dev-master", - "mgargano/simplehtmldom": "dev-master", - "robmorgan/phinx": "*", - "tecnick.com/tcpdf": "dev-master", - "simplepie/simplepie": "dev-master", + "ezyang/htmlpurifier": "~4.6", + "mgargano/simplehtmldom": "~1.5", + "robmorgan/phinx": "~0.4", + "tecnick.com/tcpdf": "~6.2", + "simplepie/simplepie": "~1.3.1", "htmlawed/htmlawed": "dev-master", "wallabag/PHP-Flash-Messages": "dev-master", "wallabag/kriss_php5": "dev-master", @@ -83,29 +83,24 @@ "wallabag/Fivefilters_Libraries": "dev-master" }, "require-dev": { - "sensio/generator-bundle": "~2.3", - "phpunit/phpunit": "~3.7" + "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": { @@ -114,15 +109,14 @@ "symfony-assets-install": "relative", "incenteev-parameters": { "file": "app/config/parameters.yml" - }, - "branch-alias": { - "dev-master": "2.6-dev" } }, "autoload": { - "psr-0": { "": "src/", "SymfonyStandard": "app/" } + "psr-0": { "": "src/" } }, "config": { "bin-dir": "bin" - } -} \ No newline at end of file + }, + "minimum-stability": "dev", + "prefer-stable": true +}