forked from contributte/pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
50 lines (50 loc) · 1.18 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "joseki/pdf-response",
"description": "Pdf response extension for Nette Framework",
"authors": [
{
"name": "Miroslav Paulík",
"email": "[email protected]"
},
{
"name": "Jan Kuchař"
},
{
"name": "Tomáš Votruba",
"email": "[email protected]"
},
{
"name": "Jan Galek",
"email": "[email protected]"
}
],
"replace": {
"castamir/pdf-response": "2.*"
},
"require": {
"mpdf/mpdf": "7.*"
},
"require-dev": {
"nette/application": "^2.4",
"nette/tester": "^1.7",
"symfony/dom-crawler": "~2.5",
"symfony/css-selector": "~2.5",
"latte/latte": "^2.4"
},
"conflict": {
"mpdf/mpdf": "<=5.7.99"
},
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
}
},
"suggest": {
"symfony/dom-crawler": "Allows filtering html tags.",
"nette/nette": "PHP framework to which this extension belongs to."
},
"license": "LGPL-3.0",
"autoload": {
"classmap": ["src"]
}
}