aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2019-01-12 13:10:51 +0100
committerThomas Citharel <tcit@tcit.fr>2019-01-17 12:47:24 +0100
commit9666fb70fc23f273d137d8d3300c60e24789c73b (patch)
treef8ead61fd96cce9e290822988c341dddc83e69ad
parent5c331bf0f9ef679aaf91ef29b13120272fcccbf5 (diff)
downloadwallabag-9666fb70fc23f273d137d8d3300c60e24789c73b.tar.gz
wallabag-9666fb70fc23f273d137d8d3300c60e24789c73b.tar.zst
wallabag-9666fb70fc23f273d137d8d3300c60e24789c73b.zip
Bump ocramius/proxy-manager
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
-rw-r--r--composer.json11
1 files changed, 8 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 405b1188..5394442d 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",
@@ -133,7 +136,9 @@
133 "psr-4": { 136 "psr-4": {
134 "Tests\\": "tests/" 137 "Tests\\": "tests/"
135 }, 138 },
136 "files": [ "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" ] 139 "files": [
140 "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php"
141 ]
137 }, 142 },
138 "config": { 143 "config": {
139 "bin-dir": "bin", 144 "bin-dir": "bin",