-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
42 lines (41 loc) · 932 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
{
"name": "wemersonjanuario/laravelpdf",
"description": "Another HTML to PDF Converter for Laravel",
"keywords": [
"novanti",
"pdf",
"pdf converter",
"laravel5",
"laravel",
"html to pdf",
"wkhtmltopdf"
],
"license": "MIT",
"authors": [
{
"name": "Wemerson Januario",
"email": "[email protected]",
"homepage": "http://linkedin.com/in/wemersonjanuario"
}
],
"support": {
"issues": "https://github.com/wemersonjanuario/laravelpdf/issues?state=open"
},
"require": {
"php": ">=5.4.0",
"wemersonjanuario/pdf": "1.x",
"illuminate/http": "5.x",
"illuminate/view": "5.x"
},
"suggest": {
"wemersonjanuario/wkhtmltopdf-windows": "0.12.2.3",
"h4cc/wkhtmltopdf-i386": "*",
"h4cc/wkhtmltopdf-amd64": "*"
},
"autoload": {
"psr-4": {
"Novanti\\LaravelPDF\\": "src/Novanti/LaravelPDF"
}
},
"minimum-stability": "dev"
}