|
@@ -1,31 +1,37 @@
|
|
|
{
|
|
|
"_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#composer-lock-the-lock-file",
|
|
|
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "hash": "cb150c262c5789b25121c563653566ff",
|
|
|
"content-hash": "0e9868a816da68c50ceb0f080e96fe30",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "rmccue/requests",
|
|
|
- "version": "v1.7.0",
|
|
|
+ "version": "v1.8.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
- "url": "https://github.com/rmccue/Requests.git",
|
|
|
- "reference": "87932f52ffad70504d93f04f15690cf16a089546"
|
|
|
+ "url": "https://github.com/WordPress/Requests.git",
|
|
|
+ "reference": "afbe4790e4def03581c4a0963a1e8aa01f6030f1"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546",
|
|
|
- "reference": "87932f52ffad70504d93f04f15690cf16a089546",
|
|
|
+ "url": "https://api.github.com/repos/WordPress/Requests/zipball/afbe4790e4def03581c4a0963a1e8aa01f6030f1",
|
|
|
+ "reference": "afbe4790e4def03581c4a0963a1e8aa01f6030f1",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"php": ">=5.2"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "requests/test-server": "dev-master"
|
|
|
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
|
|
|
+ "php-parallel-lint/php-console-highlighter": "^0.5.0",
|
|
|
+ "php-parallel-lint/php-parallel-lint": "^1.3",
|
|
|
+ "phpcompatibility/php-compatibility": "^9.0",
|
|
|
+ "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5",
|
|
|
+ "requests/test-server": "dev-master",
|
|
|
+ "squizlabs/php_codesniffer": "^3.5",
|
|
|
+ "wp-coding-standards/wpcs": "^2.0"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"autoload": {
|
|
@@ -44,7 +50,7 @@
|
|
|
}
|
|
|
],
|
|
|
"description": "A HTTP library written in PHP, for human beings.",
|
|
|
- "homepage": "http://github.com/rmccue/Requests",
|
|
|
+ "homepage": "http://github.com/WordPress/Requests",
|
|
|
"keywords": [
|
|
|
"curl",
|
|
|
"fsockopen",
|
|
@@ -54,7 +60,11 @@
|
|
|
"iri",
|
|
|
"sockets"
|
|
|
],
|
|
|
- "time": "2016-10-13 00:11:37"
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/WordPress/Requests/issues",
|
|
|
+ "source": "https://github.com/WordPress/Requests/tree/v1.8.0"
|
|
|
+ },
|
|
|
+ "time": "2021-04-27T11:05:25+00:00"
|
|
|
}
|
|
|
],
|
|
|
"packages-dev": [],
|
|
@@ -66,5 +76,6 @@
|
|
|
"platform": {
|
|
|
"php": ">=7.1"
|
|
|
},
|
|
|
- "platform-dev": []
|
|
|
+ "platform-dev": [],
|
|
|
+ "plugin-api-version": "2.0.0"
|
|
|
}
|