forked from LukeTowers/oc-snappypdf-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (26 loc) · 874 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
{
"name": "luketowers/oc-snappypdf-plugin",
"type": "october-plugin",
"extra": {
"installer-name": "snappypdf"
},
"description": "SnappyPDF integration for OctoberCMS",
"homepage": "https://github.com/LukeTowers/oc-snappypdf-plugin",
"keywords": ["october", "octobercms", "pdf", "barryvdh", "laravel-snappy", "wkhtmltopdf", "wkhtmltoimage"],
"license": "MIT",
"authors": [
{
"name": "Luke Towers",
"email": "[email protected]"
}
],
"require": {
"composer/installers": "~1.0",
"h4cc/wkhtmltopdf-i386": "0.12.*",
"h4cc/wkhtmltoimage-i386": "0.12.*",
"h4cc/wkhtmltoimage-amd64": "0.12.*",
"h4cc/wkhtmltopdf-amd64": "0.12.*",
"wemersonjanuario/wkhtmltopdf-windows": "0.12.*",
"barryvdh/laravel-snappy": "~0.4"
}
}