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