diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/composer.json b/composer.json index 19db9814..709b23ac 100644 --- a/composer.json +++ b/composer.json | |||
@@ -29,30 +29,10 @@ | |||
29 | "repositories": [ | 29 | "repositories": [ |
30 | { | 30 | { |
31 | "type": "vcs", | 31 | "type": "vcs", |
32 | "url": "https://github.com/wallabag/PHP-Flash-Messages" | ||
33 | }, | ||
34 | { | ||
35 | "type": "vcs", | ||
36 | "url": "https://github.com/wallabag/kriss_php5" | ||
37 | }, | ||
38 | { | ||
39 | "type": "vcs", | ||
40 | "url": "https://github.com/wallabag/pagination" | ||
41 | }, | ||
42 | { | ||
43 | "type": "vcs", | ||
44 | "url": "https://github.com/wallabag/PHPePub" | ||
45 | }, | ||
46 | { | ||
47 | "type": "vcs", | ||
48 | "url": "https://github.com/wallabag/php-readability" | 32 | "url": "https://github.com/wallabag/php-readability" |
49 | }, | 33 | }, |
50 | { | 34 | { |
51 | "type": "vcs", | 35 | "type": "vcs", |
52 | "url": "https://github.com/wallabag/phpMobi" | ||
53 | }, | ||
54 | { | ||
55 | "type": "vcs", | ||
56 | "url": "https://github.com/wallabag/Fivefilters_Libraries" | 36 | "url": "https://github.com/wallabag/Fivefilters_Libraries" |
57 | } | 37 | } |
58 | ], | 38 | ], |
@@ -69,7 +49,6 @@ | |||
69 | "sensio/framework-extra-bundle": "~3.0", | 49 | "sensio/framework-extra-bundle": "~3.0", |
70 | "incenteev/composer-parameter-handler": "~2.0", | 50 | "incenteev/composer-parameter-handler": "~2.0", |
71 | "nelmio/cors-bundle": "~1.4.0", | 51 | "nelmio/cors-bundle": "~1.4.0", |
72 | "umpirsky/twig-gettext-extractor": "~1.1.5", | ||
73 | "friendsofsymfony/rest-bundle": "~1.4", | 52 | "friendsofsymfony/rest-bundle": "~1.4", |
74 | "jms/serializer-bundle": "~0.13", | 53 | "jms/serializer-bundle": "~0.13", |
75 | "nelmio/api-doc-bundle": "~2.7", | 54 | "nelmio/api-doc-bundle": "~2.7", |
@@ -80,13 +59,8 @@ | |||
80 | "willdurand/hateoas-bundle": "~0.5.0", | 59 | "willdurand/hateoas-bundle": "~0.5.0", |
81 | "htmlawed/htmlawed": "~1.1.19", | 60 | "htmlawed/htmlawed": "~1.1.19", |
82 | "liip/theme-bundle": "~1.1.3", | 61 | "liip/theme-bundle": "~1.1.3", |
83 | "wallabag/PHP-Flash-Messages": "dev-master", | 62 | "wallabag/php-readability": "~1.0.0", |
84 | "wallabag/kriss_php5": "dev-master", | 63 | "wallabag/Fivefilters_Libraries": "~1.0", |
85 | "wallabag/pagination": "dev-master", | ||
86 | "wallabag/PHPePub": "dev-master", | ||
87 | "wallabag/php-readability": "dev-master", | ||
88 | "wallabag/phpMobi": "dev-master", | ||
89 | "wallabag/Fivefilters_Libraries": "dev-master", | ||
90 | "pagerfanta/pagerfanta": "~1.0.3", | 64 | "pagerfanta/pagerfanta": "~1.0.3", |
91 | "lexik/form-filter-bundle": "~4.0" | 65 | "lexik/form-filter-bundle": "~4.0" |
92 | }, | 66 | }, |