aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
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