forked from dotpay/magento2-payment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·29 lines (29 loc) · 914 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
{
"name": "dotpay/magento2-payment",
"description": "Integration with Dotpay payments",
"keywords": [ "dotpay", "magento2" ],
"require": {
"php": ">=5.5",
"magento/module-config": ">=100.1",
"magento/module-store": ">=100.1",
"magento/module-checkout": ">=100.1",
"magento/module-catalog": ">=101.0",
"magento/module-sales": ">=100.1",
"magento/module-customer": ">=100.1",
"magento/module-payment": ">=100.1",
"magento/module-backend": ">=100.1",
"magento/module-directory": ">=100.1",
"magento/framework": ">=100.1",
"dotpay/PHP-SDK": ">=1.0"
},
"homepage": "www.dotpay.pl",
"type": "magento2-module",
"version": "1.0.4",
"license": [ "GPL-3.0" ],
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Dotpay\\Payment\\": ""
}
}
}