X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=2e87a7f179c099cf535ce014fb78e032cd23b1f3;hb=c396a50509b13d081a0d8f04ce92f379a57b619c;hp=79de337bada8f38cbd5a9e69c393f5be993a0bfc;hpb=a0a4ce3135565d5d0e362da044e17ce8052bb272;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index 79de337b..2e87a7f1 100644 --- a/composer.json +++ b/composer.json @@ -54,8 +54,8 @@ "sensio/framework-extra-bundle": "^3.0.2", "incenteev/composer-parameter-handler": "^2.0", "nelmio/cors-bundle": "~1.4.0", - "friendsofsymfony/rest-bundle": "~1.4", - "jms/serializer-bundle": "~1.0", + "friendsofsymfony/rest-bundle": "~2.1", + "jms/serializer-bundle": "~1.1", "nelmio/api-doc-bundle": "~2.7", "mgargano/simplehtmldom": "~1.5", "tecnickcom/tcpdf": "~6.2", @@ -125,7 +125,10 @@ "psr-4": { "Tests\\": "tests/" } }, "config": { - "bin-dir": "bin" + "bin-dir": "bin", + "platform": { + "php": "5.5.9" + } }, "minimum-stability": "dev", "prefer-stable": true