From e4291eaac0b8f7e2171461978c271c9c29c49db8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 18:40:45 +0000 Subject: [PATCH] Bump guzzlehttp/psr7 from 1.4.2 to 1.9.1 Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.4.2 to 1.9.1. - [Release notes](https://github.com/guzzle/psr7/releases) - [Changelog](https://github.com/guzzle/psr7/blob/1.9.1/CHANGELOG.md) - [Commits](https://github.com/guzzle/psr7/compare/1.4.2...1.9.1) --- updated-dependencies: - dependency-name: guzzlehttp/psr7 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- composer.lock | 455 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 270 insertions(+), 185 deletions(-) diff --git a/composer.lock b/composer.lock index 970c4bb..f4ae05d 100644 --- a/composer.lock +++ b/composer.lock @@ -233,12 +233,12 @@ }, "type": "library", "autoload": { - "psr-4": { - "React\\Promise\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "React\\Promise\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -412,6 +412,58 @@ ], "time": "2016-10-30T11:50:56+00:00" }, + { + "name": "bordoni/phpass", + "version": "0.3.6", + "source": { + "type": "git", + "url": "https://github.com/bordoni/phpass.git", + "reference": "12f8f5cc03ebb7efd69554f104afe9aa1aa46e1a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/bordoni/phpass/zipball/12f8f5cc03ebb7efd69554f104afe9aa1aa46e1a", + "reference": "12f8f5cc03ebb7efd69554f104afe9aa1aa46e1a", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "replace": { + "hautelook/phpass": "0.3.*" + }, + "type": "library", + "autoload": { + "psr-0": { + "Hautelook": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Public Domain" + ], + "authors": [ + { + "name": "Solar Designer", + "email": "solar@openwall.com", + "homepage": "http://openwall.com/phpass/" + }, + { + "name": "Gustavo Bordoni", + "email": "gustavo@bordoni.me", + "homepage": "https://bordoni.me" + } + ], + "description": "Portable PHP password hashing framework", + "homepage": "http://github.com/bordoni/phpass/", + "keywords": [ + "blowfish", + "crypt", + "password", + "security" + ], + "time": "2012-08-31T00:00:00+00:00" + }, { "name": "codeception/codeception", "version": "2.2.12", @@ -1182,12 +1234,12 @@ } }, "autoload": { - "psr-4": { - "GuzzleHttp\\Promise\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1208,54 +1260,75 @@ }, { "name": "guzzlehttp/psr7", - "version": "1.4.2", + "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", - "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b", + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b", "shasum": "" }, "require": { "php": ">=5.4.0", - "psr/http-message": "~1.0" + "psr/http-message": "~1.0", + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "ext-zlib": "*", + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4-dev" - } + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, + "type": "library", "autoload": { - "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, { "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], @@ -1263,57 +1336,28 @@ "keywords": [ "http", "message", + "psr-7", "request", "response", "stream", "uri", "url" ], - "time": "2017-03-20T17:10:46+00:00" - }, - { - "name": "hautelook/phpass", - "version": "0.3.3", - "source": { - "type": "git", - "url": "https://github.com/hautelook/phpass.git", - "reference": "9590c12bf7c92f67f646d7bf2cf6384e7292cc41" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hautelook/phpass/zipball/9590c12bf7c92f67f646d7bf2cf6384e7292cc41", - "reference": "9590c12bf7c92f67f646d7bf2cf6384e7292cc41", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "autoload": { - "psr-0": { - "Hautelook": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Public Domain" - ], - "authors": [ + "funding": [ { - "name": "Solar Designer", - "email": "solar@openwall.com", - "homepage": "http://openwall.com/phpass/" + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" } ], - "description": "Portable PHP password hashing framework", - "homepage": "http://github.com/hautelook/phpass/", - "keywords": [ - "blowfish", - "crypt", - "password", - "security" - ], - "time": "2012-08-31T00:00:00+00:00" + "time": "2023-04-17T16:00:37+00:00" }, { "name": "illuminate/contracts", @@ -1393,12 +1437,12 @@ } }, "autoload": { - "psr-4": { - "Illuminate\\Support\\": "" - }, "files": [ "helpers.php" - ] + ], + "psr-4": { + "Illuminate\\Support\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1554,13 +1598,13 @@ ], "type": "library", "autoload": { - "psr-4": { - "Codeception\\": "src\\Codeception", - "tad\\": "src\\tad" - }, "files": [ "src/tad/WPBrowser/functions.php" - ] + ], + "psr-4": { + "tad\\": "src\\tad", + "Codeception\\": "src\\Codeception" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2510,25 +2554,25 @@ }, { "name": "psr/http-message", - "version": "1.0.1", + "version": "1.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -2556,7 +2600,47 @@ "request", "response" ], - "time": "2016-08-06T14:39:51+00:00" + "time": "2023-04-04T09:50:52+00:00" + }, + { + "name": "ralouphie/getallheaders", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "120b605dfeb996808c31b6477290a714d356e822" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", + "shasum": "" + }, + "require": { + "php": ">=5.6" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" + }, + "type": "library", + "autoload": { + "files": [ + "src/getallheaders.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" + } + ], + "description": "A polyfill for getallheaders.", + "time": "2019-03-08T08:55:37+00:00" }, { "name": "ramsey/array_column", @@ -3624,6 +3708,7 @@ "type": "tidelift" } ], + "abandoned": "symfony/error-handler", "time": "2020-10-24T10:57:07+00:00" }, { @@ -3954,12 +4039,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4030,12 +4115,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4367,12 +4452,12 @@ ] }, "autoload": { - "psr-4": { - "": "src/" - }, "files": [ "cache-command.php" - ] + ], + "psr-4": { + "": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4418,12 +4503,12 @@ ] }, "autoload": { - "psr-4": { - "": "src/" - }, "files": [ "checksum-command.php" - ] + ], + "psr-4": { + "": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4472,12 +4557,12 @@ ] }, "autoload": { - "psr-4": { - "": "src/" - }, "files": [ "config-command.php" - ] + ], + "psr-4": { + "": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4531,12 +4616,12 @@ ] }, "autoload": { - "psr-4": { - "": "src/" - }, "files": [ "core-command.php" - ] + ], + "psr-4": { + "": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4587,12 +4672,12 @@ ] }, "autoload": { - "psr-4": { - "": "src/" - }, "files": [ "cron-command.php" - ] + ], + "psr-4": { + "": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4653,12 +4738,12 @@ ] }, "autoload": { - "psr-4": { - "": "src/" - }, "files": [ "db-command.php" - ] + ], + "psr-4": { + "": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4726,13 +4811,13 @@ ] }, "autoload": { + "files": [ + "entity-command.php" + ], "psr-4": { "": "src/", "WP_CLI\\": "src/WP_CLI" - }, - "files": [ - "entity-command.php" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4781,12 +4866,12 @@ ] }, "autoload": { - "psr-4": { - "": "src/" - }, "files": [ "eval-command.php" - ] + ], + "psr-4": { + "": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4835,12 +4920,12 @@ ] }, "autoload": { - "psr-4": { - "": "src/" - }, "files": [ "export-command.php" - ] + ], + "psr-4": { + "": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4913,13 +4998,13 @@ ] }, "autoload": { + "files": [ + "extension-command.php" + ], "psr-4": { "": "src/", "WP_CLI\\": "src/WP_CLI" - }, - "files": [ - "extension-command.php" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4967,12 +5052,12 @@ ] }, "autoload": { - "psr-4": { - "": "src/" - }, "files": [ "import-command.php" - ] + ], + "psr-4": { + "": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5022,12 +5107,12 @@ "bundled": true }, "autoload": { - "psr-4": { - "": "src/" - }, "files": [ "language-command.php" - ] + ], + "psr-4": { + "": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5076,12 +5161,12 @@ "bundled": true }, "autoload": { - "psr-4": { - "": "src/" - }, "files": [ "media-command.php" - ] + ], + "psr-4": { + "": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5125,12 +5210,12 @@ } }, "autoload": { - "psr-4": { - "Mustangostang\\": "src/" - }, "files": [ "includes/functions.php" - ] + ], + "psr-4": { + "Mustangostang\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5182,12 +5267,12 @@ "bundled": true }, "autoload": { - "psr-4": { - "": "src/" - }, "files": [ "package-command.php" - ] + ], + "psr-4": { + "": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5223,12 +5308,12 @@ }, "type": "library", "autoload": { - "psr-0": { - "cli": "lib/" - }, "files": [ "lib/cli/cli.php" - ] + ], + "psr-0": { + "cli": "lib/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5285,12 +5370,12 @@ "bundled": true }, "autoload": { - "psr-4": { - "": "src/" - }, "files": [ "rewrite-command.php" - ] + ], + "psr-4": { + "": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5343,12 +5428,12 @@ "bundled": true }, "autoload": { - "psr-4": { - "": "src/" - }, "files": [ "role-command.php" - ] + ], + "psr-4": { + "": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5401,12 +5486,12 @@ "bundled": true }, "autoload": { - "psr-4": { - "": "src/" - }, "files": [ "scaffold-command.php" - ] + ], + "psr-4": { + "": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5454,13 +5539,13 @@ "bundled": true }, "autoload": { + "files": [ + "search-replace-command.php" + ], "psr-4": { "": "src/", "WP_CLI\\": "src/WP_CLI" - }, - "files": [ - "search-replace-command.php" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5508,12 +5593,12 @@ "bundled": true }, "autoload": { - "psr-4": { - "": "src/" - }, "files": [ "server-command.php" - ] + ], + "psr-4": { + "": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5561,13 +5646,13 @@ "bundled": true }, "autoload": { + "files": [ + "shell-command.php" + ], "psr-4": { "": "src/", "WP_CLI\\": "src/WP_CLI" - }, - "files": [ - "shell-command.php" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5615,12 +5700,12 @@ "bundled": true }, "autoload": { - "psr-4": { - "": "src/" - }, "files": [ "super-admin-command.php" - ] + ], + "psr-4": { + "": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5673,12 +5758,12 @@ "bundled": true }, "autoload": { - "psr-4": { - "": "src/" - }, "files": [ "widget-command.php" - ] + ], + "psr-4": { + "": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [