Chamilo is a learning management system focused on ease of use and accessibility
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.
 
 
 
 
 
 
chamilo-lms/vendor/culqi/culqi-php/composer.json

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/"]
}
}