|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /home/matalashes/public_html/kite.mata-lashes.com/vendor/xendit/xendit-php/ |
Upload File : |
{
"name": "xendit/xendit-php",
"description": "PHP clients for Xendit API",
"version": "2.19.0",
"license": "MIT",
"keywords": [
"xendit"
],
"homepage": "https://github.com/xendit/xendit-php",
"type": "library",
"minimum-stability": "stable",
"require": {
"php": ">=7.2.0",
"guzzlehttp/guzzle": ">=6.0",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"Xendit\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Xendit\\": [
"tests/",
"tests/Xendit/"
]
}
},
"require-dev": {
"phpunit/phpunit": "^8.5.13",
"squizlabs/php_codesniffer": "~3.5",
"vlucas/phpdotenv": "^4.1"
}
}