-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
43 lines (43 loc) · 951 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
34
35
36
37
38
39
40
41
42
43
{
"name": "wemersonjanuario/pdf",
"description": "HTML to PDF Converter based on wkhtmltopdf",
"keywords": [
"pdf",
"pdf converter",
"html to pdf",
"wkhtmltopdf"
],
"license": "MIT",
"authors": [
{
"name": "Wemerson Januario",
"email": "[email protected]",
"homepage": "http://linkedin.com/in/wemersonjanuario"
},
{
"name": "Can Geliş",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/wemersonjanuario/pdf/issues?state=open"
},
"suggest": {
"wemersonjanuario/wkhtmltopdf-windows": "0.12.2.1",
"h4cc/wkhtmltopdf-i386": "*"
},
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.x|5.x",
"league/flysystem": "~1.0"
},
"require-dev": {
"mockery/mockery": "dev-master@dev"
},
"autoload": {
"psr-4": {
"Novanti\\PDF\\": "src/Novanti/PDF"
}
},
"minimum-stability": "dev"
}