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.
|
{
|
|
"name": "tansilu/hfpay-lib",
|
|
"version": "0.0.1",
|
|
"type": "library",
|
|
"require": {
|
|
"guzzlehttp/guzzle": "^7.10",
|
|
"php-di/php-di": "^6.4",
|
|
"ext-json": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.6"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Tansilu\\HfPayLib\\": "src/"
|
|
}
|
|
}
|
|
}
|
|
|