aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-18 22:11:41 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-18 22:11:41 +0100
commita20f96b76dfe6faf8b4d841ee464a95ea54c35b3 (patch)
treee57c09232b399d38d463740771f4eed7d1d41fa7 /composer.json
parentadf17b677edeb2387671f6a0f12123e7497b5938 (diff)
downloadwallabag-a20f96b76dfe6faf8b4d841ee464a95ea54c35b3.tar.gz
wallabag-a20f96b76dfe6faf8b4d841ee464a95ea54c35b3.tar.zst
wallabag-a20f96b76dfe6faf8b4d841ee464a95ea54c35b3.zip
replace flash messages library
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 11eaa561..3bb7bf07 100644
--- a/composer.json
+++ b/composer.json
@@ -22,12 +22,19 @@
22 "email": "hello@wallabag.org", 22 "email": "hello@wallabag.org",
23 "issues": "https://github.com/wallabag/wallabag/issues" 23 "issues": "https://github.com/wallabag/wallabag/issues"
24 }, 24 },
25 "repositories": [
26 {
27 "type": "vcs",
28 "url": "https://github.com/wallabag/PHP-Flash-Messages"
29 }
30 ],
25 "require": { 31 "require": {
26 "twig/twig": "1.*", 32 "twig/twig": "1.*",
27 "twig/extensions": "1.0.*", 33 "twig/extensions": "1.0.*",
28 "umpirsky/twig-gettext-extractor": "1.1.*", 34 "umpirsky/twig-gettext-extractor": "1.1.*",
29 "fabpot/goutte": "2.0.*@dev", 35 "fabpot/goutte": "2.0.*@dev",
30 "ezyang/htmlpurifier": "dev-master", 36 "ezyang/htmlpurifier": "dev-master",
31 "mgargano/simplehtmldom": "dev-master" 37 "mgargano/simplehtmldom": "dev-master",
38 "wallabag/PHP-Flash-Messages": "dev-master"
32 } 39 }
33} \ No newline at end of file 40} \ No newline at end of file