From 5dd3b1799d78bf70f29f9f5d9c187b495935eae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 23:38:53 +0000 Subject: [PATCH] Bump rmccue/requests from 1.6.1 to 2.0.12 in /razorpay-php Bumps [rmccue/requests](https://github.com/rmccue/Requests) from 1.6.1 to 2.0.12. - [Release notes](https://github.com/rmccue/Requests/releases) - [Changelog](https://github.com/WordPress/Requests/blob/develop/CHANGELOG.md) - [Commits](https://github.com/rmccue/Requests/compare/v1.6.1...v2.0.12) --- updated-dependencies: - dependency-name: rmccue/requests dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- razorpay-php/composer.json | 2 +- razorpay-php/composer.lock | 73 +++++++++++++++++++++++++++++--------- 2 files changed, 57 insertions(+), 18 deletions(-) mode change 100755 => 100644 razorpay-php/composer.json mode change 100755 => 100644 razorpay-php/composer.lock diff --git a/razorpay-php/composer.json b/razorpay-php/composer.json old mode 100755 new mode 100644 index 3b4a8718..755efa4c --- 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": "v2.0.12", "ext-json": "*" }, "require-dev": { diff --git a/razorpay-php/composer.lock b/razorpay-php/composer.lock old mode 100755 new mode 100644 index 37572cd6..7ce227ad --- a/razorpay-php/composer.lock +++ b/razorpay-php/composer.lock @@ -1,36 +1,57 @@ { "_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": "fd872efd8e3aa45d7a85b0815837b1b9", "packages": [ { "name": "rmccue/requests", - "version": "v1.6.1", + "version": "v2.0.12", "source": { "type": "git", - "url": "https://github.com/rmccue/Requests.git", - "reference": "6aac485666c2955077d77b796bbdd25f0013a4ea" + "url": "https://github.com/WordPress/Requests.git", + "reference": "fb67e3d392ff6b89a90e96f19745662f4ecd62b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rmccue/Requests/zipball/6aac485666c2955077d77b796bbdd25f0013a4ea", - "reference": "6aac485666c2955077d77b796bbdd25f0013a4ea", + "url": "https://api.github.com/repos/WordPress/Requests/zipball/fb67e3d392ff6b89a90e96f19745662f4ecd62b1", + "reference": "fb67e3d392ff6b89a90e96f19745662f4ecd62b1", "shasum": "" }, "require": { - "php": ">=5.2" + "ext-json": "*", + "php": ">=5.6" }, "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.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": { - "psr-0": { - "Requests": "library/" - } + "files": [ + "library/Deprecated.php" + ], + "psr-4": { + "WpOrg\\Requests\\": "src/" + }, + "classmap": [ + "library/Requests.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -39,11 +60,23 @@ "authors": [ { "name": "Ryan McCue", - "homepage": "http://ryanmccue.info" + "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": "http://github.com/rmccue/Requests", + "homepage": "https://requests.ryanmccue.info/", "keywords": [ "curl", "fsockopen", @@ -53,7 +86,12 @@ "iri", "sockets" ], - "time": "2014-05-18 04:59:02" + "support": { + "docs": "https://requests.ryanmccue.info/", + "issues": "https://github.com/WordPress/Requests/issues", + "source": "https://github.com/WordPress/Requests" + }, + "time": "2024-07-08T08:10:42+00:00" } ], "packages-dev": [ @@ -106,7 +144,7 @@ "kint", "php" ], - "time": "2015-09-16 14:09:00" + "time": "2015-09-16T14:09:00+00:00" } ], "aliases": [], @@ -118,5 +156,6 @@ "php": ">=5.3.2", "ext-json": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.6.0" }