forked from cooltronicpl/Craft-document-helpers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
89 lines (89 loc) · 2.4 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "cooltronicpl/document-helpers",
"description": "Revolutionize your PDF creation process with the PDF Generator for Craft CMS. Create and manage PDFs with ease using customizable templates and a range of options.",
"type": "craft-plugin",
"version": "1.2.5",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"document helpers",
"pdf generator",
"document",
"pdf",
"generator",
"mpdf",
"twig",
"template",
"custom",
"advanced document generator",
"attachment",
"output",
"input",
"custom pdf",
"password protected",
"meta",
"tags",
"pdf tags",
"pdf meta",
"pdf author",
"pdf keywords",
"keywords",
"craft cms plugin",
"generate",
"documents",
"entries",
"files",
"options",
"support",
"pdf generator for craft cms",
"content",
"create",
"file",
"add",
"include",
"customize",
"simple",
"easy",
"image",
"default",
"range",
"customizable"
],
"support": {
"docs": "https://github.com/cooltronicpl/Craft-document-helpers/blob/master/README.md",
"issues": "https://github.com/cooltronicpl/Craft-document-helpers/issues"
},
"license": "proprietary",
"authors": [
{
"name": "CoolTRONIC.pl Sp. z o.o. (LLC)",
"email": "[email protected]",
"homepage": "http://cooltronic.pl",
"role": "Maintainer"
},
{
"name": "Pawel Potacki",
"homepage": "http://potacki.com",
"role": "Developer"
}
],
"require": {
"craftcms/cms": "^4.0.0",
"mpdf/mpdf": "^8.0.10"
},
"autoload": {
"psr-4": {
"cooltronicpl\\documenthelpers\\": "src/"
}
},
"extra": {
"name": "PDF Generator",
"handle": "document-helpers",
"hasCpSettings": false,
"hasCpSection": false,
"changelogUrl": "https://github.com/cooltronicpl/Craft-document-helpers/blob/master/CHANGELOG.md",
"class": "cooltronicpl\\documenthelpers\\DocumentHelper"
}
}