123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- {
- "_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": "55d65ecd209ff9bb30f393746ff9b81d",
- "packages": [
- {
- "name": "rmccue/requests",
- "version": "v2.0.14",
- "source": {
- "type": "git",
- "url": "https://github.com/WordPress/Requests.git",
- "reference": "9b228eef149e1752b037bf79cef4ca73a7b1fea1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/WordPress/Requests/zipball/9b228eef149e1752b037bf79cef4ca73a7b1fea1",
- "reference": "9b228eef149e1752b037bf79cef4ca73a7b1fea1",
- "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": "2024-12-11T09:46:32+00:00"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": {
- "php": ">=7.1"
- },
- "platform-dev": [],
- "plugin-api-version": "2.6.0"
- }
|