You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
556 B
25 lines
556 B
{
|
|
"name": "culqi/culqi-php",
|
|
"description": "Cliente Culqi API para PHP",
|
|
"keywords": ["culqi", "client", "api", "peru", "php", "payments", "pagos"],
|
|
"homepage": "https://culqi.com",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Culqi and contributors",
|
|
"homepage": "https://github.com/culqi/culqi-php/contributors"
|
|
}
|
|
],
|
|
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"rmccue/requests": ">=1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.4.*"
|
|
},
|
|
"autoload": {
|
|
"classmap": ["lib/Culqi/"]
|
|
}
|
|
}
|
|
|