forked from PayEx/payex-magento2-pops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 971 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
{
"name": "payex/magento2-payments",
"description": "Official PayEx Payments Extension for Magento2",
"type": "magento2-module",
"version": "1.0.11",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"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-quote": "100.1.*",
"magento/module-backend": "100.1.*",
"magento/module-directory": "100.1.*",
"magento/module-theme": "100.1.*",
"magento/module-paypal": "100.1.*",
"magento/framework": "100.1.*",
"payex/php-api": "~1.0.1",
"aait/php-name-parser": "~1.0.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"PayEx\\Payments\\": ""
}
}
}