diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-18 21:53:11 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-18 21:53:11 +0200 |
commit | 68568bf0b7488f64159c9415c384792243f73ea4 (patch) | |
tree | 8583d6d25914e44d2c26a62d1a63d7cdfb959551 /composer.json | |
parent | c3cb46809b54b2f74d00de7330e06be45776e61e (diff) | |
download | wallabag-68568bf0b7488f64159c9415c384792243f73ea4.tar.gz wallabag-68568bf0b7488f64159c9415c384792243f73ea4.tar.zst wallabag-68568bf0b7488f64159c9415c384792243f73ea4.zip |
diet for composer
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 | }, |