]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.json
new folders
[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 "type": "vcs",
40 "url": "https://github.com/wallabag/PHPePub"
41 },
42 {
43 "type": "vcs",
44 "url": "https://github.com/wallabag/php-readability"
45 },
46 {
47 "type": "vcs",
48 "url": "https://github.com/wallabag/phpMobi"
49 },
50 {
51 "type": "vcs",
52 "url": "https://github.com/wallabag/Fivefilters_Libraries"
53 }
54 ],
55 "require": {
56 "twig/twig": "1.*",
57 "twig/extensions": "1.0.*",
58 "umpirsky/twig-gettext-extractor": "1.1.*",
59 "fabpot/goutte": "2.0.*@dev",
60 "ezyang/htmlpurifier": "dev-master",
61 "mgargano/simplehtmldom": "dev-master",
62 "robmorgan/phinx": "*",
63 "tecnick.com/tcpdf": "dev-master",
64 "simplepie/simplepie": "dev-master",
65 "htmlawed/htmlawed": "dev-master",
66 "wallabag/PHP-Flash-Messages": "dev-master",
67 "wallabag/kriss_php5": "dev-master",
68 "wallabag/pagination": "dev-master",
69 "wallabag/PHPePub": "dev-master",
70 "wallabag/php-readability": "dev-master",
71 "wallabag/phpMobi": "dev-master",
72 "wallabag/Fivefilters_Libraries": "dev-master"
73 },
74 "require-dev": {
75 "phpunit/phpunit": "~3.7"
76 },
77 "autoload": {
78 "psr-0": { "Wallabag\\Wallabag": "src/" }
79 },
80 "config": {
81 "bin-dir": "bin"
82 }
83 }