aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2019-01-18 16:50:24 +0100
committerGitHub <noreply@github.com>2019-01-18 16:50:24 +0100
commitc73025ad8b684de1ac21ba7583f1af6f1d185159 (patch)
tree203b5e65e5481863e48e7ac5ef594ae222e1756d
parent6bfbf16eeb0004fcac6d2d2507e3d7d8b4dc3c1f (diff)
parent963b87362624a39f5443b31a6b3591d70c63493b (diff)
downloadwallabag-c73025ad8b684de1ac21ba7583f1af6f1d185159.tar.gz
wallabag-c73025ad8b684de1ac21ba7583f1af6f1d185159.tar.zst
wallabag-c73025ad8b684de1ac21ba7583f1af6f1d185159.zip
Merge pull request #3858 from wallabag/bump-ocramius
Bump ocramius/proxy-manager
-rw-r--r--composer.json11
1 files changed, 8 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 89286c7f..21d71b74 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,10 @@
2 "name": "wallabag/wallabag", 2 "name": "wallabag/wallabag",
3 "type": "project", 3 "type": "project",
4 "description": "open source self hostable read-it-later web application", 4 "description": "open source self hostable read-it-later web application",
5 "keywords": ["read-it-later","read it later"], 5 "keywords": [
6 "read-it-later",
7 "read it later"
8 ],
6 "homepage": "https://github.com/wallabag/wallabag", 9 "homepage": "https://github.com/wallabag/wallabag",
7 "license": "MIT", 10 "license": "MIT",
8 "authors": [ 11 "authors": [
@@ -75,7 +78,7 @@
75 "doctrine/doctrine-migrations-bundle": "^1.3", 78 "doctrine/doctrine-migrations-bundle": "^1.3",
76 "craue/config-bundle": "dev-utf8mb4", 79 "craue/config-bundle": "dev-utf8mb4",
77 "mnapoli/piwik-twig-extension": "^1.0", 80 "mnapoli/piwik-twig-extension": "^1.0",
78 "ocramius/proxy-manager": "^1.0.2", 81 "ocramius/proxy-manager": "^2.1.1",
79 "white-october/pagerfanta-bundle": "^1.1", 82 "white-october/pagerfanta-bundle": "^1.1",
80 "php-amqplib/rabbitmq-bundle": "^1.14", 83 "php-amqplib/rabbitmq-bundle": "^1.14",
81 "predis/predis": "v1.1.x-dev", 84 "predis/predis": "v1.1.x-dev",
@@ -137,7 +140,9 @@
137 "psr-4": { 140 "psr-4": {
138 "Tests\\": "tests/" 141 "Tests\\": "tests/"
139 }, 142 },
140 "files": [ "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" ] 143 "files": [
144 "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php"
145 ]
141 }, 146 },
142 "config": { 147 "config": {
143 "bin-dir": "bin", 148 "bin-dir": "bin",