forked from heidelpay/magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·55 lines (54 loc) · 1.61 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
{
"name": "heidelpay/magento2",
"description": "This extension for Magento 2 provides a direct integration of the Heidelpay payment methods to your Magento 2 shop.",
"require": {
"php": "~5.6.0|~7.0.0|~7.1.0|^7.2.0",
"magento/module-config": "^100.0.0 | ^101.0.0 | ^102.0.0",
"magento/module-store": "^100.0.0 | ^101.0.0 | ^102.0.0",
"magento/module-checkout": "^100.0.0 | ^101.0.0 | ^102.0.0",
"magento/module-sales": "^100.0.0 | ^101.0.0 | ^102.0.0",
"magento/module-quote": "^100.0.0 | ^101.0.0 | ^102.0.0",
"magento/module-customer": "^100.0.0 | ^101.0.0 | ^102.0.0",
"magento/module-payment": "^100.0.0 | ^101.0.0 | ^102.0.0",
"magento/module-backend": "^100.0.0 | ^101.0.0 | ^102.0.0",
"magento/framework": "^100.0.0 | ^101.0.0 | ^102.0.0",
"heidelpay/php-message-code-mapper": "~1.0",
"heidelpay/php-basket-api": "~1.0",
"heidelpay/php-payment-api": "~1.4"
},
"require-dev": {
"magento/marketplace-eqp": "~1.0.5",
"heidelpay/phpdocumentor": "2.9.1",
"friendsofphp/php-cs-fixer": "2.1.0"
},
"suggest": {
"magento/module-checkout-agreements": "^100.0.0 | ^101.0.0"
},
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"type": "magento2-module",
"license": "proprietary",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Heidelpay\\Gateway\\": ""
}
},
"support": {
"email": "support@heidelpay.com"
},
"homepage": "https://dev.heidelpay.com/magento2",
"keywords": [
"magento",
"magento2",
"payment",
"php",
"payment-gateway"
]
}