diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-19 11:29:25 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-19 11:29:25 +0100 |
commit | dda7884ace3a3906b65668669fb67b37f596fd62 (patch) | |
tree | 28bd16f76ce3ca307b8f7384083b1b1f13c54551 /composer.json | |
parent | 10939766de3b6fb677e8acdd74220ad2da612a26 (diff) | |
download | wallabag-dda7884ace3a3906b65668669fb67b37f596fd62.tar.gz wallabag-dda7884ace3a3906b65668669fb67b37f596fd62.tar.zst wallabag-dda7884ace3a3906b65668669fb67b37f596fd62.zip |
pagination with composer and move FlattrItem
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 56dea960..32ca9c28 100644 --- a/composer.json +++ b/composer.json | |||
@@ -30,6 +30,10 @@ | |||
30 | { | 30 | { |
31 | "type": "vcs", | 31 | "type": "vcs", |
32 | "url": "https://github.com/wallabag/kriss_php5" | 32 | "url": "https://github.com/wallabag/kriss_php5" |
33 | }, | ||
34 | { | ||
35 | "type": "vcs", | ||
36 | "url": "https://github.com/wallabag/pagination" | ||
33 | } | 37 | } |
34 | ], | 38 | ], |
35 | "require": { | 39 | "require": { |
@@ -40,6 +44,7 @@ | |||
40 | "ezyang/htmlpurifier": "dev-master", | 44 | "ezyang/htmlpurifier": "dev-master", |
41 | "mgargano/simplehtmldom": "dev-master", | 45 | "mgargano/simplehtmldom": "dev-master", |
42 | "wallabag/PHP-Flash-Messages": "dev-master", | 46 | "wallabag/PHP-Flash-Messages": "dev-master", |
43 | "wallabag/kriss_php5": "dev-master" | 47 | "wallabag/kriss_php5": "dev-master", |
48 | "wallabag/pagination": "dev-master" | ||
44 | } | 49 | } |
45 | } \ No newline at end of file | 50 | } \ No newline at end of file |