-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
57 lines (57 loc) · 1.43 KB
/
composer.json
File metadata and controls
57 lines (57 loc) · 1.43 KB
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
55
56
57
{
"name": "compropago/magento2",
"description": "A Magento 2 module for ComproPago, cash and SPEI payments",
"type": "magento2-module",
"version": "5.0.2",
"homepage": "https://www.compropago.com",
"readme": "README.md",
"keywords": [
"pagos internet",
"payment gateway",
"magento 2",
"magento2",
"compropago",
"cash",
"spei"
],
"license": [
"Apache-2.0"
],
"require": {
"compropago/php-sdk": "^5.0.0.0"
},
"autoload": {
"files": ["registration.php"],
"psr-4": {
"Compropago\\Magento2\\": ""
}
},
"authors": [
{
"name": "Rolando Lucio",
"email": "rolando@compropago.com"
},
{
"name": "Eduardo Aguilar",
"email": "dante.aguilar41@gmail.com"
},
{
"name": "qboDigital",
"email": "info@qbo.tech"
},
{
"name": "Rus0",
"email": "andoni88@gmail.com"
},
{
"name": "José Beltrán",
"email": "j.beltran@live.com.mx"
}
],
"support": {
"docs": "http://demo.compropago.com/plugins/magento2",
"email": "soporte@compropago.com",
"issues": "https://github.com/compropago/plugin-magento-2/issues",
"source": "https://github.com/compropago/plugin-magento-2.git"
}
}