-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
33 lines (33 loc) · 980 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "mre/karban",
"type": "bin",
"description": "Generate HTML and PDF invoices from Markdown. Jekyll for invoices",
"keywords": ["invoice", "markdown", "html", "pdf", "generator"],
"license": "MIT",
"authors": [
{
"name": "Tyler King",
"email": "tyler.king@newfie.co"
},
{
"name": "Matthias Endler",
"email": "matthias-endler@gmx.net"
}
],
"require": {
"dflydev/markdown": "dev-master",
"neitanod/forceutf8": "dev-master",
"symfony/console": "2.2.*@dev",
"symfony/process": "2.2.*@dev",
"symfony/filesystem": "2.2.*@dev",
"symfony/finder": "2.2.*@dev",
"twig/twig": "1.*",
"aptoma/twig-markdown": "0.1.*",
"mikehaertl/phpwkhtmltopdf": "1.1.4",
"modularr/yaml-front-matter": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"bin": ["karban"]
}