diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-18 22:25:29 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-18 22:25:29 +0100 |
commit | 10939766de3b6fb677e8acdd74220ad2da612a26 (patch) | |
tree | f8974a2c0cdebbb78c888de8958783873bdc4b6d /composer.json | |
parent | a20f96b76dfe6faf8b4d841ee464a95ea54c35b3 (diff) | |
download | wallabag-10939766de3b6fb677e8acdd74220ad2da612a26.tar.gz wallabag-10939766de3b6fb677e8acdd74220ad2da612a26.tar.zst wallabag-10939766de3b6fb677e8acdd74220ad2da612a26.zip |
replace session class
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 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 |