mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-23 14:06:18 +00:00
Bump ocramius/proxy-manager
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
5c331bf0f9
commit
9666fb70fc
1 changed files with 8 additions and 3 deletions
|
@ -2,7 +2,10 @@
|
||||||
"name": "wallabag/wallabag",
|
"name": "wallabag/wallabag",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"description": "open source self hostable read-it-later web application",
|
"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",
|
"homepage": "https://github.com/wallabag/wallabag",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
@ -75,7 +78,7 @@
|
||||||
"doctrine/doctrine-migrations-bundle": "^1.3",
|
"doctrine/doctrine-migrations-bundle": "^1.3",
|
||||||
"craue/config-bundle": "dev-utf8mb4",
|
"craue/config-bundle": "dev-utf8mb4",
|
||||||
"mnapoli/piwik-twig-extension": "^1.0",
|
"mnapoli/piwik-twig-extension": "^1.0",
|
||||||
"ocramius/proxy-manager": "^1.0.2",
|
"ocramius/proxy-manager": "^2.1.1",
|
||||||
"white-october/pagerfanta-bundle": "^1.1",
|
"white-october/pagerfanta-bundle": "^1.1",
|
||||||
"php-amqplib/rabbitmq-bundle": "^1.14",
|
"php-amqplib/rabbitmq-bundle": "^1.14",
|
||||||
"predis/predis": "v1.1.x-dev",
|
"predis/predis": "v1.1.x-dev",
|
||||||
|
@ -133,7 +136,9 @@
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Tests\\": "tests/"
|
"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": {
|
"config": {
|
||||||
"bin-dir": "bin",
|
"bin-dir": "bin",
|
||||||
|
|
Loading…
Reference in a new issue