aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-01-10 21:25:27 +0100
committerGitHub <noreply@github.com>2017-01-10 21:25:27 +0100
commitb4d81c91de537370265c7a09b963cab49af629a8 (patch)
tree44d517cfb60cd24c72c7af8ba2130a3eabfa8cc5 /composer.json
parente4ccd3effe8a5561d71d6c5f7c4bd1b23aa5a45b (diff)
parent1ff2e71c1c488f912b92e47ee261634e8bede4dc (diff)
downloadwallabag-b4d81c91de537370265c7a09b963cab49af629a8.tar.gz
wallabag-b4d81c91de537370265c7a09b963cab49af629a8.tar.zst
wallabag-b4d81c91de537370265c7a09b963cab49af629a8.zip
Merge pull request #2742 from wallabag/fix-og-image-false
Avoid false preview image
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index fb6bed5b..b21c9538 100644
--- a/composer.json
+++ b/composer.json
@@ -84,7 +84,7 @@
84 "javibravo/simpleue": "^1.0", 84 "javibravo/simpleue": "^1.0",
85 "symfony/dom-crawler": "^3.1", 85 "symfony/dom-crawler": "^3.1",
86 "friendsofsymfony/jsrouting-bundle": "^1.6", 86 "friendsofsymfony/jsrouting-bundle": "^1.6",
87 "bdunogier/guzzle-site-authenticator": "^1.0@beta" 87 "bdunogier/guzzle-site-authenticator": "dev-master"
88 }, 88 },
89 "require-dev": { 89 "require-dev": {
90 "doctrine/doctrine-fixtures-bundle": "~2.2", 90 "doctrine/doctrine-fixtures-bundle": "~2.2",