-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
executable file
·55 lines (55 loc) · 1.32 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
{
"name": "coreshop/payum-unzer-bundle",
"type": "pimcore-bundle",
"description": "CoreShop - Unzer Bundle",
"keywords": [
"coreshop",
"pimcore",
"ecommerce",
"unzer",
"heidelpay"
],
"homepage": "http://www.coreshop.org",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Dominik Pfaffenbauer",
"email": "[email protected]",
"homepage": "https://www.pfaffenbauer.at/",
"role": "Developer"
},
{
"name": "Albert Mueller",
"homepage": "https://www.dgtls.com/",
"role": "Developer"
}
],
"require": {
"php": ">=7.1",
"coreshop/payum-bundle": "^2.0 | ^3.0",
"coreshop/payum-unzer": "^2.0",
"moneyphp/money": "^3.2"
},
"require-dev": {
"roave/security-advisories": "dev-master"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-4": {
"CoreShop\\Payum\\UnzerBundle\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev",
"dev-develop": "2.0-dev"
},
"pimcore": {
"bundles": [
"CoreShop\\Payum\\UnzerBundle\\UnzerBundle"
]
}
}
}