mirror of
https://github.com/zerosdev/tripay-sdk-php.git
synced 2026-01-07 01:01:29 +00:00
25 lines
554 B
JSON
25 lines
554 B
JSON
{
|
|
"name": "zerosdev/tripay-sdk-php",
|
|
"description": "Unofficial TriPay.co.id Integration Kit for PHP",
|
|
"type": "library",
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"guzzlehttp/guzzle": "^6.5|^7.0"
|
|
},
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "ZerosDev",
|
|
"email": "ronywisnuwardana@gmail.com"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ZerosDev\\TriPay\\": "src/"
|
|
}
|
|
}
|
|
}
|