36 lines
767 B
JSON
36 lines
767 B
JSON
{
|
|
"name": "yoomoney/yookassa-sdk-validator",
|
|
"description": "This is a developer tool for validating with YooMoney.",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "YooMoney",
|
|
"email": "cms@yoomoney.ru"
|
|
}
|
|
],
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://git.yoomoney.ru/rest/api/latest/projects/SDK/repos/yookassa-sdk-validator-php/archive?at=refs%2Ftags%2F1.0.3&format=zip"
|
|
},
|
|
"version": "1.0.3",
|
|
"require": {
|
|
"php": ">=8.0.0",
|
|
"ext-mbstring": "*"
|
|
},
|
|
"require-dev": {
|
|
"ext-xml": "*",
|
|
"phpunit/phpunit": "^9.6"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"YooKassa\\Validator\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\YooKassa\\Validator\\": "tests/"
|
|
}
|
|
}
|
|
}
|