From: Jérémy Benoist Date: Fri, 18 Jan 2019 15:50:24 +0000 (+0100) Subject: Merge pull request #3858 from wallabag/bump-ocramius X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=c73025ad8b684de1ac21ba7583f1af6f1d185159;hp=6bfbf16eeb0004fcac6d2d2507e3d7d8b4dc3c1f;p=github%2Fwallabag%2Fwallabag.git Merge pull request #3858 from wallabag/bump-ocramius Bump ocramius/proxy-manager --- diff --git a/composer.json b/composer.json index 89286c7f..21d71b74 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,10 @@ "name": "wallabag/wallabag", "type": "project", "description": "open source self hostable read-it-later web application", - "keywords": ["read-it-later","read it later"], + "keywords": [ + "read-it-later", + "read it later" + ], "homepage": "https://github.com/wallabag/wallabag", "license": "MIT", "authors": [ @@ -75,7 +78,7 @@ "doctrine/doctrine-migrations-bundle": "^1.3", "craue/config-bundle": "dev-utf8mb4", "mnapoli/piwik-twig-extension": "^1.0", - "ocramius/proxy-manager": "^1.0.2", + "ocramius/proxy-manager": "^2.1.1", "white-october/pagerfanta-bundle": "^1.1", "php-amqplib/rabbitmq-bundle": "^1.14", "predis/predis": "v1.1.x-dev", @@ -137,7 +140,9 @@ "psr-4": { "Tests\\": "tests/" }, - "files": [ "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" ] + "files": [ + "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" + ] }, "config": { "bin-dir": "bin",