diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/composer.json b/composer.json index 2c5111fd..6644c2a3 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": "dev-master" | ||
67 | }, | 56 | }, |
68 | "require-dev": { | 57 | "require-dev": { |
69 | "doctrine/doctrine-fixtures-bundle": "~2.2.0", | 58 | "doctrine/doctrine-fixtures-bundle": "~2.2.0", |