]> git.immae.eu Git - github/wallabag/wallabag.git/blame - composer.json
tcpdf via composer
[github/wallabag/wallabag.git] / composer.json
CommitLineData
7d2eb7a7 1{
44f1fef0
NL
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 },
a20f96b7
NL
25 "repositories": [
26 {
27 "type": "vcs",
28 "url": "https://github.com/wallabag/PHP-Flash-Messages"
10939766
NL
29 },
30 {
31 "type": "vcs",
32 "url": "https://github.com/wallabag/kriss_php5"
dda7884a
NL
33 },
34 {
35 "type": "vcs",
36 "url": "https://github.com/wallabag/pagination"
99410a21
NL
37 },
38 {
39 "type": "vcs",
40 "url": "https://github.com/wallabag/PHPePub"
96b2c59c
NL
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"
a20f96b7
NL
49 }
50 ],
7d2eb7a7
NL
51 "require": {
52 "twig/twig": "1.*",
07b9821e 53 "twig/extensions": "1.0.*",
adf17b67
NL
54 "umpirsky/twig-gettext-extractor": "1.1.*",
55 "fabpot/goutte": "2.0.*@dev",
56 "ezyang/htmlpurifier": "dev-master",
a20f96b7 57 "mgargano/simplehtmldom": "dev-master",
99410a21 58 "robmorgan/phinx": "*",
10939766 59 "wallabag/PHP-Flash-Messages": "dev-master",
dda7884a 60 "wallabag/kriss_php5": "dev-master",
1345a107 61 "wallabag/pagination": "dev-master",
96b2c59c
NL
62 "wallabag/PHPePub": "dev-master",
63 "wallabag/php-readability": "dev-master",
3329f1bf
NL
64 "wallabag/phpMobi": "dev-master",
65 "tecnick.com/tcpdf": "dev-master"
f3052b45
NL
66 },
67 "require-dev": {
68 "phpunit/phpunit": "~3.7"
69 },
70 "config": {
71 "bin-dir": "bin"
7d2eb7a7
NL
72 }
73}