forked from unzerdev/magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (35 loc) · 936 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
{
"name": "unzerdev/magento2",
"description": "This extension for Magento 2 provides a direct integration of the Unzer payment types to your Magento 2 shop via the Unzer Payment API (PAPI).",
"type": "magento2-module",
"version": "1.4.2",
"license": "Apache-2.0",
"require": {
"php": "~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.1.0",
"unzerdev/php-sdk": "^1.2.0",
"ext-json": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",
"phpunit/phpunit": "~6.2.0"
},
"support": {
"email": "[email protected]"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Unzer\\PAPI\\": ""
}
},
"homepage": "https://dev.unzer.com/user-guide-magento-2-unzer_papi-module",
"keywords": [
"magento",
"magento2",
"payment",
"php",
"payment-gateway"
]
}