-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1013 Bytes
/
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
{
"name": "dachcom-digital/payum-postfinance-flex-bundle",
"type": "pimcore-bundle",
"license": [
"GPL-3.0-or-later",
"proprietary"
],
"keywords": [
"payment",
"postfinance",
"ecommerce"
],
"authors": [
{
"name": "DACHCOM DIGITAL Robert Kaczmarczyk",
"email": "[email protected]",
"homepage": "https://www.dachcom.com",
"role": "Developer"
}
],
"require": {
"payum/core": "^1.6",
"dachcom-digital/payum-postfinance-flex": "^1.2"
},
"require-dev": {
"symfony/http-client": "^6.4",
"symplify/easy-coding-standard": "~12.2.0"
},
"autoload": {
"psr-4": {
"PayumPostFinanceFlexBundle\\": "src/PayumPostFinanceFlexBundle"
}
},
"extra": {
"pimcore": {
"bundles": [
"PayumPostFinanceFlexBundle\\PayumPostFinanceFlexBundle"
]
}
}
}