forked from open-pay/openpay-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 944 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
{
"name": "memorodmx/openpay_sdk_c3",
"description": "This is a client implementing the payment services for Openpay at openpay.mx with complements for cakephp",
"type": "library",
"version": "1.2.0",
"minimum-stability": "stable",
"license": "Apache-2.0",
"authors": [
{
"name": "Openpay",
"homepage": "http://www.openpay.mx/docs/libraries.html",
"email": "[email protected]"
},
{
"name": "Federico Balderas",
"homepage": "http://foograde.com",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.2.1",
"ext-curl": "*",
"ext-hash": "*"
},
"require-dev": {
"phpunit/phpunit": "4.8.*"
},
"support": {
"issues": "https://github.com/MemoRodMx/openpay-php/pulls"
},
"autoload": {
"psr-0": { "Openpay": "" }
}
}