-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
49 lines (49 loc) · 1.41 KB
/
composer.json
File metadata and controls
49 lines (49 loc) · 1.41 KB
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
{
"name": "satispay/shopware6-plugin",
"description": "Satispay Shopware6 Plugin",
"type": "shopware-platform-plugin",
"license": "MIT",
"version": "3.1.0",
"autoload": {
"psr-4": {
"Satispay\\": "src/"
}
},
"homepage": "https://www.satispay.com",
"authors": [
{
"name": "Satispay",
"homepage": "https://www.satispay.com"
}
],
"repositories": [
{
"type": "github",
"url": "git@github.com:satispay/gbusiness-api-php-sdk.git"
}
],
"require": {
"shopware/core": "6.7.*",
"shopware/storefront": "6.7.*",
"satispay/gbusiness-api-php-sdk": "1.3.*",
"ext-json": "*"
},
"extra": {
"shopware-plugin-class": "Satispay\\Satispay",
"label": {
"de-DE": "Satispay",
"en-GB": "Satispay",
"it-IT": "Satispay"
},
"description": {
"de-DE": "Spare Zeit und Geld, indem du Zahlungen von deinen Kunden mit Satispay akzeptierst. Kostenlos, einfach, sicher! #doitsmart",
"en-GB": "Save time and money by accepting payments from your customers with Satispay. Free, simple, secure! #doitsmart",
"it-IT": "Risparmia tempo e denaro ricevendo pagamenti dai tuoi clienti con Satispay. Gratuita, semplice, sicura. #doitsmart"
},
"manufacturerLink": {
"de-DE": "https://www.satispay.com/de-de/",
"en-GB": "https://www.satispay.com/en-de/",
"it-IT": "https://www.satispay.com/it-it/"
}
}
}