]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.json
12281557dff58f5d06024fa88e1f550c3c00b9e1
[github/wallabag/wallabag.git] / composer.json
1 {
2 "name": "wallabag/wallabag",
3 "type": "project",
4 "description": "open source self hostable read-it-later web application",
5 "keywords": ["read-it-later","read it later"],
6 "homepage": "https://github.com/wallabag/wallabag",
7 "license": "MIT",
8 "authors": [
9 {
10 "name": "Nicolas LÅ“uillet",
11 "email": "nicolas@loeuillet.org",
12 "homepage": "http://www.cdetc.fr",
13 "role": "Developer"
14 },
15 {
16 "name": "Thomas Citharel",
17 "homepage": "http://tcit.fr",
18 "role": "Developer"
19 }
20 ],
21 "support": {
22 "email": "hello@wallabag.org",
23 "issues": "https://github.com/wallabag/wallabag/issues"
24 },
25 "repositories": [
26 {
27 "type": "vcs",
28 "url": "https://github.com/wallabag/PHP-Flash-Messages"
29 },
30 {
31 "type": "vcs",
32 "url": "https://github.com/wallabag/kriss_php5"
33 },
34 {
35 "type": "vcs",
36 "url": "https://github.com/wallabag/pagination"
37 }
38 ],
39 "require": {
40 "twig/twig": "1.*",
41 "twig/extensions": "1.0.*",
42 "umpirsky/twig-gettext-extractor": "1.1.*",
43 "fabpot/goutte": "2.0.*@dev",
44 "ezyang/htmlpurifier": "dev-master",
45 "mgargano/simplehtmldom": "dev-master",
46 "wallabag/PHP-Flash-Messages": "dev-master",
47 "wallabag/kriss_php5": "dev-master",
48 "wallabag/pagination": "dev-master",
49 "phpunit/phpunit": "4.4.*"
50 }
51 }