-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
54 lines (54 loc) · 1.38 KB
/
composer.json
File metadata and controls
54 lines (54 loc) · 1.38 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
{
"name": "compropago/magento1",
"description": "A Magento module for ComproPago, cash and SPEI payments",
"homepage": "https://www.compropago.com",
"license": "OSL V3.0",
"readme": "README.md",
"type": "magento-module",
"version": "3.0.1",
"authors": [
{
"name": "Eduardo Aguilar",
"email": "dante.aguilar41@gmail.com"
},
{
"name": "José Beltrán Solís",
"email": "j.beltran@live.com.mx"
}
],
"keywords": [
"pagos internet",
"payment gateway",
"magento",
"compropago",
"cash",
"spei"
],
"config": {
"optimize-autoloader": true,
"vendor-dir": "lib/compropago/vendor/"
},
"require": {
"compropago/php-sdk": "^5.0"
},
"scripts": {
"build": [
"composer install",
"./build.sh"
],
"clean": [
"rm -r lib/compropago/",
"rm Compropago_Payment_Extension-3.0.1.tgz"
]
},
"scripts-descriptions": {
"build": "",
"clean": ""
},
"support": {
"docs": "http://demo.compropago.com/plugins/magento1",
"email": "soporte@compropago.com",
"issues": "https://github.com/compropago/plugin-magento/issues",
"source": "https://github.com/compropago/plugin-magento.git"
}
}