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 3bb7bf07..56dea960 100644
--- a/composer.json
+++ b/composer.json
@@ -26,6 +26,10 @@
26 { 26 {
27 "type": "vcs", 27 "type": "vcs",
28 "url": "https://github.com/wallabag/PHP-Flash-Messages" 28 "url": "https://github.com/wallabag/PHP-Flash-Messages"
29 },
30 {
31 "type": "vcs",
32 "url": "https://github.com/wallabag/kriss_php5"
29 } 33 }
30 ], 34 ],
31 "require": { 35 "require": {
@@ -35,6 +39,7 @@
35 "fabpot/goutte": "2.0.*@dev", 39 "fabpot/goutte": "2.0.*@dev",
36 "ezyang/htmlpurifier": "dev-master", 40 "ezyang/htmlpurifier": "dev-master",
37 "mgargano/simplehtmldom": "dev-master", 41 "mgargano/simplehtmldom": "dev-master",
38 "wallabag/PHP-Flash-Messages": "dev-master" 42 "wallabag/PHP-Flash-Messages": "dev-master",
43 "wallabag/kriss_php5": "dev-master"
39 } 44 }
40} \ No newline at end of file 45} \ No newline at end of file