aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-09-11 20:17:42 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-09-11 20:17:42 +0200
commit9c08a891f9bb90bc3f23a575a734283c1ee00ba1 (patch)
treef5e90765bdd2b923cbd008722e12be25028bdf6d /composer.json
parent49e564ec159371d9fa751ba75f9f1c555d108179 (diff)
parentf1e29e69cb0ba5a0f05190c62e7a4afd43d03436 (diff)
downloadwallabag-9c08a891f9bb90bc3f23a575a734283c1ee00ba1.tar.gz
wallabag-9c08a891f9bb90bc3f23a575a734283c1ee00ba1.tar.zst
wallabag-9c08a891f9bb90bc3f23a575a734283c1ee00ba1.zip
Merge pull request #1397 from wallabag/v2-graby
Integrate graby
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json17
1 files changed, 3 insertions, 14 deletions
diff --git a/composer.json b/composer.json
index 2c5111fd..20bb5537 100644
--- a/composer.json
+++ b/composer.json
@@ -27,20 +27,10 @@
27 "email": "hello@wallabag.org", 27 "email": "hello@wallabag.org",
28 "issues": "https://github.com/wallabag/wallabag/issues" 28 "issues": "https://github.com/wallabag/wallabag/issues"
29 }, 29 },
30 "repositories": [
31 {
32 "type": "vcs",
33 "url": "https://github.com/wallabag/php-readability"
34 },
35 {
36 "type": "vcs",
37 "url": "https://github.com/wallabag/Fivefilters_Libraries"
38 }
39 ],
40 "require": { 30 "require": {
41 "php": ">=5.3.3", 31 "php": ">=5.3.3",
42 "symfony/symfony": "~2.7.0", 32 "symfony/symfony": "~2.7.0",
43 "doctrine/orm": "~2.2,>=2.2.3", 33 "doctrine/orm": "~2.3",
44 "doctrine/doctrine-bundle": "~1.2", 34 "doctrine/doctrine-bundle": "~1.2",
45 "twig/extensions": "~1.0", 35 "twig/extensions": "~1.0",
46 "symfony/assetic-bundle": "~2.3", 36 "symfony/assetic-bundle": "~2.3",
@@ -60,10 +50,9 @@
60 "willdurand/hateoas-bundle": "~0.5.0", 50 "willdurand/hateoas-bundle": "~0.5.0",
61 "htmlawed/htmlawed": "~1.1.19", 51 "htmlawed/htmlawed": "~1.1.19",
62 "liip/theme-bundle": "~1.1.3", 52 "liip/theme-bundle": "~1.1.3",
63 "wallabag/php-readability": "~1.0.0",
64 "wallabag/Fivefilters_Libraries": "~1.0",
65 "pagerfanta/pagerfanta": "~1.0.3", 53 "pagerfanta/pagerfanta": "~1.0.3",
66 "lexik/form-filter-bundle": "~4.0" 54 "lexik/form-filter-bundle": "~4.0",
55 "j0k3r/graby": "~1.0"
67 }, 56 },
68 "require-dev": { 57 "require-dev": {
69 "doctrine/doctrine-fixtures-bundle": "~2.2.0", 58 "doctrine/doctrine-fixtures-bundle": "~2.2.0",