36 lines
695 B
JSON
36 lines
695 B
JSON
{
|
|
"name": "cinetpay/cinetpay-php",
|
|
"description": "easily integrate cinetpay's gateway on your php web site.",
|
|
"version": "1.9.2",
|
|
"keywords": [
|
|
"cinetpay",
|
|
"integration",
|
|
"mobile",
|
|
"money"
|
|
],
|
|
"time": "2020-11-30",
|
|
"homepage": "https://github.com/cinetpay/cinetpay-php-legacy",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Fawaz Adisa",
|
|
"email": "adisaf@programmer.net",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "support@cinetpay.com"
|
|
},
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"php": ">=5.6.0",
|
|
"ext-json": "*",
|
|
"ext-curl": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"CinetPay": "src/"
|
|
}
|
|
}
|
|
}
|