]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - composer.json
Bump ocramius/proxy-manager
[github/wallabag/wallabag.git] / composer.json
index 4f60956767ebe8a0e7583fce11ed1924a364f840..5394442de51cd7ebb22116a6d2973873414d0cb8 100644 (file)
@@ -2,7 +2,10 @@
     "name": "wallabag/wallabag",
     "type": "project",
     "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",
     "license": "MIT",
     "authors": [
@@ -73,9 +76,9 @@
         "kphoen/rulerz-bundle": "~0.13",
         "guzzlehttp/guzzle": "^5.3.1",
         "doctrine/doctrine-migrations-bundle": "^1.3",
-        "craue/config-bundle": "~2.0",
+        "craue/config-bundle": "dev-utf8mb4",
         "mnapoli/piwik-twig-extension": "^1.0",
-        "ocramius/proxy-manager": "^1.0.2",
+        "ocramius/proxy-manager": "^2.1.1",
         "white-october/pagerfanta-bundle": "^1.1",
         "php-amqplib/rabbitmq-bundle": "^1.14",
         "predis/predis": "v1.1.x-dev",
         "psr-4": {
             "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": {
         "bin-dir": "bin",
             "type": "vcs",
             "url": "https://github.com/Daniel-KM/PHPePub",
             "comment": "The most up-to-date PHPePub as of now"
+        },
+        {
+            "type": "vcs",
+            "url": "https://github.com/wallabag/CraueConfigBundle",
+            "comment": "To handle utf8mb4 field size"
         }
     ]
 }