aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2018-11-27 11:38:28 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2018-11-28 22:04:55 +0100
commit9a8a1bdfdbc87047bffb457370e04ef58a24495c (patch)
tree02fef54eb7d71cf9abde4a52c983494d7bd13be5 /composer.json
parentf168642b5041ddd97973f15cf8da8e69ea3db5f2 (diff)
downloadwallabag-9a8a1bdfdbc87047bffb457370e04ef58a24495c.tar.gz
wallabag-9a8a1bdfdbc87047bffb457370e04ef58a24495c.tar.zst
wallabag-9a8a1bdfdbc87047bffb457370e04ef58a24495c.zip
Use our own fork for CraueConfigBundle
Mostly to fix utf8mb4 issue
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 4f609567..405b1188 100644
--- a/composer.json
+++ b/composer.json
@@ -73,7 +73,7 @@
73 "kphoen/rulerz-bundle": "~0.13", 73 "kphoen/rulerz-bundle": "~0.13",
74 "guzzlehttp/guzzle": "^5.3.1", 74 "guzzlehttp/guzzle": "^5.3.1",
75 "doctrine/doctrine-migrations-bundle": "^1.3", 75 "doctrine/doctrine-migrations-bundle": "^1.3",
76 "craue/config-bundle": "~2.0", 76 "craue/config-bundle": "dev-utf8mb4",
77 "mnapoli/piwik-twig-extension": "^1.0", 77 "mnapoli/piwik-twig-extension": "^1.0",
78 "ocramius/proxy-manager": "^1.0.2", 78 "ocramius/proxy-manager": "^1.0.2",
79 "white-october/pagerfanta-bundle": "^1.1", 79 "white-october/pagerfanta-bundle": "^1.1",
@@ -148,6 +148,11 @@
148 "type": "vcs", 148 "type": "vcs",
149 "url": "https://github.com/Daniel-KM/PHPePub", 149 "url": "https://github.com/Daniel-KM/PHPePub",
150 "comment": "The most up-to-date PHPePub as of now" 150 "comment": "The most up-to-date PHPePub as of now"
151 },
152 {
153 "type": "vcs",
154 "url": "https://github.com/wallabag/CraueConfigBundle",
155 "comment": "To handle utf8mb4 field size"
151 } 156 }
152 ] 157 ]
153} 158}