From 9067725e9436523c0bfb88681132447e5bc9d9e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 22:42:08 +0000 Subject: [PATCH] Bump guzzlehttp/psr7 from 1.4.2 to 1.8.5 Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.4.2 to 1.8.5. - [Release notes](https://github.com/guzzle/psr7/releases) - [Changelog](https://github.com/guzzle/psr7/blob/1.8.5/CHANGELOG.md) - [Commits](https://github.com/guzzle/psr7/compare/1.4.2...1.8.5) --- updated-dependencies: - dependency-name: guzzlehttp/psr7 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- composer.lock | 195 ++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 142 insertions(+), 53 deletions(-) diff --git a/composer.lock b/composer.lock index f2287e6..09bd536 100644 --- a/composer.lock +++ b/composer.lock @@ -947,8 +947,8 @@ "autoload": { "psr-4": { "Drupal\\Core\\": "lib/Drupal/Core", - "Drupal\\Component\\": "lib/Drupal/Component", - "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver" + "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver", + "Drupal\\Component\\": "lib/Drupal/Component" }, "classmap": [ "lib/Drupal.php", @@ -1216,12 +1216,12 @@ } }, "autoload": { - "psr-4": { - "GuzzleHttp\\Promise\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1242,54 +1242,80 @@ }, { "name": "guzzlehttp/psr7", - "version": "1.4.2", + "version": "1.8.5", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" + "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", - "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/337e3ad8e5716c15f9657bd214d16cc5e69df268", + "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268", "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" + }, + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.7-dev" } }, "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" } ], @@ -1297,13 +1323,28 @@ "keywords": [ "http", "message", + "psr-7", "request", "response", "stream", "uri", "url" ], - "time": "2017-03-20T17:10:46+00:00" + "funding": [ + { + "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" + } + ], + "time": "2022-03-20T21:51:18+00:00" }, { "name": "masterminds/html5", @@ -1565,6 +1606,46 @@ ], "time": "2016-10-10T12:19:37+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": "stack/builder", "version": "v1.0.5", @@ -2155,12 +2236,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2213,12 +2294,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Iconv\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Iconv\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2272,12 +2353,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2329,12 +2410,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php70\\": "" - }, "files": [ "bootstrap.php" ], + "psr-4": { + "Symfony\\Polyfill\\Php70\\": "" + }, "classmap": [ "Resources/stubs" ] @@ -3879,12 +3960,12 @@ ], "authors": [ { - "name": "jhodgdon", - "homepage": "https://www.drupal.org/user/155601" + "name": "Pasqualle", + "homepage": "https://www.drupal.org/user/80733" }, { - "name": "nedjo", - "homepage": "https://www.drupal.org/user/4481" + "name": "codebymikey", + "homepage": "https://www.drupal.org/user/3573206" } ], "description": "Provides basic revert and update functionality for other modules", @@ -3914,7 +3995,7 @@ "extra": { "drupal": { "version": "8.x-3.0", - "datestamp": "1549603381", + "datestamp": "1620838181", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4014,7 +4095,7 @@ ], "authors": [ { - "name": "arshadcn", + "name": "shadcn", "homepage": "https://www.drupal.org/user/571032" } ], @@ -4058,6 +4139,10 @@ "GPL-2.0+" ], "authors": [ + { + "name": "DamienMcKenna", + "homepage": "https://www.drupal.org/user/108450" + }, { "name": "JayeshSolanki", "homepage": "https://www.drupal.org/user/2832795" @@ -4074,6 +4159,10 @@ "name": "dawehner", "homepage": "https://www.drupal.org/user/99340" }, + { + "name": "gaurav.kapoor", + "homepage": "https://www.drupal.org/user/3495331" + }, { "name": "jason.blanda", "homepage": "https://www.drupal.org/user/1969424" @@ -4504,14 +4593,6 @@ "homepage": "https://www.drupal.org/u/plopesc", "role": "Maintainer" }, - { - "name": "chachasikes", - "homepage": "https://www.drupal.org/user/50674" - }, - { - "name": "davidseth", - "homepage": "https://www.drupal.org/user/254857" - }, { "name": "itamair", "homepage": "https://www.drupal.org/user/1179076" @@ -4523,10 +4604,6 @@ { "name": "plopesc", "homepage": "https://www.drupal.org/user/282415" - }, - { - "name": "zzolo", - "homepage": "https://www.drupal.org/user/147331" } ], "description": "Stores geographic and location data (points, lines, and polygons).", @@ -4573,6 +4650,10 @@ "GPL-2.0+" ], "authors": [ + { + "name": "Centarro", + "homepage": "https://www.drupal.org/user/3661446" + }, { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" @@ -4601,6 +4682,10 @@ "name": "oknate", "homepage": "https://www.drupal.org/user/471638" }, + { + "name": "ram4nd", + "homepage": "https://www.drupal.org/user/601534" + }, { "name": "rszrama", "homepage": "https://www.drupal.org/user/49344" @@ -4718,8 +4803,12 @@ "role": "Maintainer" }, { - "name": "dsnopek", - "homepage": "https://www.drupal.org/user/266527" + "name": "doxigo", + "homepage": "https://www.drupal.org/user/1331334" + }, + { + "name": "shadcn", + "homepage": "https://www.drupal.org/user/571032" } ], "description": "Radix is a base theme for Drupal. It has Bootstrap, Sass, Gulp, BrowserSync and Font Awesome built-in.",