172 lines
6.1 KiB
JSON
172 lines
6.1 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "c03f4a4f5ecea74473fbe486d28b7b25",
|
|
"packages": [
|
|
{
|
|
"name": "razorpay/razorpay",
|
|
"version": "2.9.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/razorpay/razorpay-php.git",
|
|
"reference": "c5cf59941eb2d888e80371328d932e6e8266d352"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/razorpay/razorpay-php/zipball/c5cf59941eb2d888e80371328d932e6e8266d352",
|
|
"reference": "c5cf59941eb2d888e80371328d932e6e8266d352",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"php": ">=7.3",
|
|
"rmccue/requests": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9",
|
|
"raveren/kint": "1.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"Deprecated.php"
|
|
],
|
|
"psr-4": {
|
|
"Razorpay\\Api\\": "src/",
|
|
"Razorpay\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Abhay Rana",
|
|
"email": "nemo@razorpay.com",
|
|
"homepage": "https://captnemo.in",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Shashank Kumar",
|
|
"email": "shashank@razorpay.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Razorpay PHP Client Library",
|
|
"homepage": "https://docs.razorpay.com",
|
|
"keywords": [
|
|
"api",
|
|
"client",
|
|
"php",
|
|
"razorpay"
|
|
],
|
|
"support": {
|
|
"email": "contact@razorpay.com",
|
|
"issues": "https://github.com/Razorpay/razorpay-php/issues",
|
|
"source": "https://github.com/Razorpay/razorpay-php"
|
|
},
|
|
"time": "2025-08-05T07:13:20+00:00"
|
|
},
|
|
{
|
|
"name": "rmccue/requests",
|
|
"version": "v2.0.15",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/WordPress/Requests.git",
|
|
"reference": "877cd66169755899682f1595e057334b40d9d149"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/WordPress/Requests/zipball/877cd66169755899682f1595e057334b40d9d149",
|
|
"reference": "877cd66169755899682f1595e057334b40d9d149",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
|
|
"php-parallel-lint/php-console-highlighter": "^0.5.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.3.1",
|
|
"phpcompatibility/php-compatibility": "^9.0",
|
|
"requests/test-server": "dev-main",
|
|
"roave/security-advisories": "dev-latest",
|
|
"squizlabs/php_codesniffer": "^3.6",
|
|
"wp-coding-standards/wpcs": "^2.0",
|
|
"yoast/phpunit-polyfills": "^1.0.0"
|
|
},
|
|
"suggest": {
|
|
"art4/requests-psr18-adapter": "For using Requests as a PSR-18 HTTP Client",
|
|
"ext-curl": "For improved performance",
|
|
"ext-openssl": "For secure transport support",
|
|
"ext-zlib": "For improved performance when decompressing encoded streams"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"library/Deprecated.php"
|
|
],
|
|
"psr-4": {
|
|
"WpOrg\\Requests\\": "src/"
|
|
},
|
|
"classmap": [
|
|
"library/Requests.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"ISC"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ryan McCue",
|
|
"homepage": "https://rmccue.io/"
|
|
},
|
|
{
|
|
"name": "Alain Schlesser",
|
|
"homepage": "https://github.com/schlessera"
|
|
},
|
|
{
|
|
"name": "Juliette Reinders Folmer",
|
|
"homepage": "https://github.com/jrfnl"
|
|
},
|
|
{
|
|
"name": "Contributors",
|
|
"homepage": "https://github.com/WordPress/Requests/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "A HTTP library written in PHP, for human beings.",
|
|
"homepage": "https://requests.ryanmccue.info/",
|
|
"keywords": [
|
|
"curl",
|
|
"fsockopen",
|
|
"http",
|
|
"idna",
|
|
"ipv6",
|
|
"iri",
|
|
"sockets"
|
|
],
|
|
"support": {
|
|
"docs": "https://requests.ryanmccue.info/",
|
|
"issues": "https://github.com/WordPress/Requests/issues",
|
|
"source": "https://github.com/WordPress/Requests"
|
|
},
|
|
"time": "2025-01-21T10:13:31+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": {},
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {},
|
|
"platform-dev": {},
|
|
"plugin-api-version": "2.6.0"
|
|
}
|