diff options
-rw-r--r-- | composer.json | 11 |
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", |