forked from coreshop/PayumSaferpayBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (44 loc) · 1.06 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
{
"name": "coreshop/payum-saferpay-bundle",
"type": "pimcore-bundle",
"description": "CoreShop - Saferpay Bundle",
"keywords": [
"coreshop",
"pimcore",
"ecommerce",
"saferpay"
],
"homepage": "http://www.coreshop.org",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "DACHCOM.DIGITAL Stefan Hagspiel",
"email": "[email protected]",
"homepage": "http://www.dachcom.com/",
"role": "Developer"
}
],
"require": {
"php": "^7.2|^8.0",
"karser/payum-saferpay": "^0.3",
"coreshop/core-shop": "^2.2|^3.0"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-4": {
"CoreShop\\Payum\\SaferpayBundle\\": "src/CoreShop/Payum/Saferpay"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
},
"pimcore": {
"bundles": [
"CoreShop\\Payum\\SaferpayBundle\\SaferpayBundle"
]
}
}
}