-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (45 loc) · 1.21 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
{
"name": "typesetsh/shopware6-plugin",
"description": "Shopware 6 Typeset.sh PDF Plugin",
"type": "shopware-platform-plugin",
"license": "MIT",
"authors": [
{
"name": "Jacob Siefer",
"email": "mail@jsiefer.de",
"role": "Manufacturer"
},
{
"name": "Rouven Alexander Rieker",
"email": "therouv@googlemail.com",
"role": "Developer"
}
],
"require": {
"shopware/core": "*",
"typesetsh/pdf-bundle": "^9.0.1"
},
"extra": {
"shopware-plugin-class": "Typesetsh\\ShopwarePlatform\\TypesetshShopwarePlatform",
"copyright": "(c) Jacob Siefer",
"label": {
"de-DE": "typeset.sh PDF Generator",
"en-GB": "typeset.sh PDF Generator"
},
"description": {
"de-DE": "PDF Generierung mit der typeset.sh Engine",
"en-GB": "PDF generation with typeset.sh engine"
}
},
"autoload": {
"psr-4": {
"Typesetsh\\ShopwarePlatform\\": "src/"
}
},
"repositories": [
{
"type": "composer",
"url": "https://packages.typeset.sh"
}
]
}