mirror of
https://git.yoomoney.ru/scm/sdk/yookassa-sdk-php.git
synced 2026-08-18 01:53:30 +00:00
38 lines
806 B
JSON
38 lines
806 B
JSON
{
|
|
"name": "yoomoney/yookassa-sdk-php",
|
|
"description": "This is a developer tool for integration with YooMoney.",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"homepage": "https://yookassa.ru/developers/api",
|
|
"keywords": ["yoomoney", "yookassa", "payments", "api", "sdk"],
|
|
"authors": [
|
|
{
|
|
"name": "YooMoney",
|
|
"email": "cms@yoomoney.ru"
|
|
}
|
|
],
|
|
"version": "2.1.7",
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"psr/log": "^1.0 || ^2.0 || ^3.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-xml": "*",
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7",
|
|
"mockery/mockery": "^0.9.9"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"YooKassa\\": "lib/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\YooKassa\\": "tests/"
|
|
}
|
|
}
|
|
}
|