From 984aedb476fe13751ce00aba2f0341b7da160cd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 22:00:14 +0000 Subject: [PATCH] Bump rmccue/requests from 1.6.1 to 1.8.0 in /razorpay-php Bumps [rmccue/requests](https://github.com/rmccue/Requests) from 1.6.1 to 1.8.0. - [Release notes](https://github.com/rmccue/Requests/releases) - [Changelog](https://github.com/WordPress/Requests/blob/master/CHANGELOG.md) - [Commits](https://github.com/rmccue/Requests/compare/v1.6.1...v1.8.0) Signed-off-by: dependabot[bot] --- razorpay-php/composer.json | 2 +- razorpay-php/composer.lock | 36 ++++++++++++++++++++++++------------ 2 files changed, 25 insertions(+), 13 deletions(-) diff --git a/razorpay-php/composer.json b/razorpay-php/composer.json index 3b4a871..ea274a8 100644 --- a/razorpay-php/composer.json +++ b/razorpay-php/composer.json @@ -29,7 +29,7 @@ "license": "MIT", "require": { "php": ">=5.3.2", - "rmccue/requests": "v1.6.1", + "rmccue/requests": "v1.8.0", "ext-json": "*" }, "require-dev": { diff --git a/razorpay-php/composer.lock b/razorpay-php/composer.lock index 37572cd..685faf6 100644 --- a/razorpay-php/composer.lock +++ b/razorpay-php/composer.lock @@ -1,30 +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" ], - "content-hash": "0320650f5da8e9cd6c4c985279a9963a", + "content-hash": "b37b94f72134f39dcc23f66ece309694", "packages": [ { "name": "rmccue/requests", - "version": "v1.6.1", + "version": "v1.8.0", "source": { "type": "git", - "url": "https://github.com/rmccue/Requests.git", - "reference": "6aac485666c2955077d77b796bbdd25f0013a4ea" + "url": "https://github.com/WordPress/Requests.git", + "reference": "afbe4790e4def03581c4a0963a1e8aa01f6030f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rmccue/Requests/zipball/6aac485666c2955077d77b796bbdd25f0013a4ea", - "reference": "6aac485666c2955077d77b796bbdd25f0013a4ea", + "url": "https://api.github.com/repos/WordPress/Requests/zipball/afbe4790e4def03581c4a0963a1e8aa01f6030f1", + "reference": "afbe4790e4def03581c4a0963a1e8aa01f6030f1", "shasum": "" }, "require": { "php": ">=5.2" }, "require-dev": { - "satooshi/php-coveralls": "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": { @@ -43,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", @@ -53,7 +60,11 @@ "iri", "sockets" ], - "time": "2014-05-18 04:59:02" + "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": [ @@ -106,7 +117,7 @@ "kint", "php" ], - "time": "2015-09-16 14:09:00" + "time": "2015-09-16T14:09:00+00:00" } ], "aliases": [], @@ -118,5 +129,6 @@ "php": ">=5.3.2", "ext-json": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.0.0" }