42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "razorpay/razorpay",
|
|
"description": "Razorpay PHP Client Library",
|
|
"keywords": ["razorpay", "api", "php", "client"],
|
|
"authors": [
|
|
{
|
|
"name": "Abhay Rana",
|
|
"email": "nemo@razorpay.com",
|
|
"homepage": "https://captnemo.in",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Shashank Kumar",
|
|
"email": "shashank@razorpay.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "contact@razorpay.com",
|
|
"issues": "https://github.com/Razorpay/razorpay-php/issues",
|
|
"source": "https://github.com/Razorpay/razorpay-php"
|
|
},
|
|
"homepage": "https://docs.razorpay.com",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=7.3",
|
|
"rmccue/requests": "^2.0",
|
|
"ext-json": "*"
|
|
},
|
|
"require-dev": {
|
|
"raveren/kint": "1.*",
|
|
"phpunit/phpunit": "^9"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Razorpay\\Api\\": "src/",
|
|
"Razorpay\\Tests\\": "tests/"
|
|
},
|
|
"files" : ["Deprecated.php"]
|
|
}
|
|
}
|