-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
33 lines (33 loc) · 962 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
{
"name": "compropago/opencart",
"description": "An extension for OpenCart 3.0.x; ComproPago cash and SPEI payments gateways",
"homepage": "https://www.compropago.com",
"license": "Apache-2.0",
"readme": "README.md",
"type": "opencart-extension",
"version": "2.0.1",
"keywords": [
"pagos internet",
"payment gateway",
"whmcs",
"compropago",
"cash",
"spei"
],
"config": {
"optimize-autoloader": true,
"vendor-dir": "upload/system/library/compropago/vendor/"
},
"require": {
"compropago/php-sdk": "5.0.0.*"
},
"scripts": {
"build": "./build.sh"
},
"support": {
"docs": "http://demo.compropago.com/plugins/opencart-3",
"email": "[email protected]",
"issues": "https://github.com/compropago/plugin-opencart-3/issues",
"source": "https://github.com/compropago/plugin-opencart-3"
}
}