forked from open-pay/openpay-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 905 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 905 Bytes
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": "matxm/openpay-sdk",
"description": "This is a client implementing the payment services for Openpay at openpay.mx",
"type": "library",
"minimum-stability": "dev",
"license": "Apache-2.0",
"version": "3.0.3",
"authors": [
{
"name": "Openpay",
"homepage": "https://www.openpay.mx/",
"email": "soporte@openpay.mx"
},
{
"name": "Federico Balderas",
"homepage": "https://openpay.mx/",
"email": "plugins@openpay.mx"
}
],
"require": {
"php": ">=5.2.1",
"ext-curl": "*",
"ext-hash": "*"
},
"require-dev": {
"phpunit/phpunit": "4.8.*"
},
"support": {
"issues": "https://github.com/open-pay/openpay-php/issues"
},
"autoload": {
"psr-4": {
"Openpay\\": "Openpay/"
}
}
}