-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
65 lines (64 loc) · 1.62 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
{
"name": "portrino/px_shopware",
"description": "Shopware Integration for TYPO3",
"type": "typo3-cms-extension",
"keywords": [
"TYPO3",
"Shopware",
"CMS",
"portrino"
],
"homepage": "https://www.portrino.de",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Andre Wuttig",
"email": "[email protected]",
"homepage": "https://www.portrino.de",
"role": "Developer"
},
{
"name": "Axel Böswetter",
"email": "[email protected]",
"homepage": "https://www.portrino.de",
"role": "Developer"
},
{
"name": "Thomas Griessbach",
"email": "[email protected]",
"homepage": "https://www.portrino.de",
"role": "Developer"
},
{
"name": "Sascha Nowak",
"email": "[email protected]",
"homepage": "https://websolutions.netlogix.de/",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/portrino/px_shopware/issues",
"source": "https://github.com/portrino/px_shopware"
},
"require": {
"ext-curl": "*",
"lib-curl": "^7",
"php": ">=7.2.0",
"typo3/cms-core": "^9.5 || ^10.4"
},
"autoload": {
"psr-4": {
"Portrino\\PxShopware\\": "Classes"
}
},
"replace": {
"typo3-ter/px_shopware": "*"
},
"extra": {
"typo3/cms": {
"extension-key": "px_shopware"
}
}
}