From 322764afbac71c5cb7e6cf13a01393cb292bbd22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 11:36:37 +0000 Subject: [PATCH] Bump kriswallsmith/buzz from 1.2.0 to 1.2.1 Bumps [kriswallsmith/buzz](https://github.com/kriswallsmith/Buzz) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/kriswallsmith/Buzz/releases) - [Changelog](https://github.com/kriswallsmith/Buzz/blob/master/CHANGELOG.md) - [Commits](https://github.com/kriswallsmith/Buzz/compare/1.2.0...1.2.1) --- updated-dependencies: - dependency-name: kriswallsmith/buzz dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 111 +++++++------------------------------------------- 1 file changed, 15 insertions(+), 96 deletions(-) diff --git a/composer.lock b/composer.lock index ecb76eeb..323c82e4 100644 --- a/composer.lock +++ b/composer.lock @@ -754,16 +754,16 @@ }, { "name": "kriswallsmith/buzz", - "version": "1.2.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/kriswallsmith/Buzz.git", - "reference": "e7468d13f33fb6656068372533f2a446602fef09" + "reference": "2db23c3627ae7a86240ef2e68c6f8bb2c622e90d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/e7468d13f33fb6656068372533f2a446602fef09", - "reference": "e7468d13f33fb6656068372533f2a446602fef09", + "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/2db23c3627ae7a86240ef2e68c6f8bb2c622e90d", + "reference": "2db23c3627ae7a86240ef2e68c6f8bb2c622e90d", "shasum": "" }, "require": { @@ -772,7 +772,7 @@ "psr/http-client": "^1.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0", - "symfony/options-resolver": "^3.4 || ^4.0 || ^5.0" + "symfony/options-resolver": "^3.4 || ^4.0 || ^5.0 || ^6.0" }, "provide": { "php-http/client-implementation": "1.0", @@ -818,9 +818,9 @@ ], "support": { "issues": "https://github.com/kriswallsmith/Buzz/issues", - "source": "https://github.com/kriswallsmith/Buzz/tree/1.2.0" + "source": "https://github.com/kriswallsmith/Buzz/tree/1.2.1" }, - "time": "2020-10-22T09:05:42+00:00" + "time": "2022-03-25T13:55:55+00:00" }, { "name": "monolog/monolog", @@ -2835,23 +2835,21 @@ }, { "name": "symfony/options-resolver", - "version": "v5.4.3", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "cc1147cb11af1b43f503ac18f31aa3bec213aba8" + "reference": "51f7006670febe4cbcbae177cbffe93ff833250d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/cc1147cb11af1b43f503ac18f31aa3bec213aba8", - "reference": "cc1147cb11af1b43f503ac18f31aa3bec213aba8", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/51f7006670febe4cbcbae177cbffe93ff833250d", + "reference": "51f7006670febe4cbcbae177cbffe93ff833250d", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/polyfill-php73": "~1.0", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.0.2", + "symfony/deprecation-contracts": "^2.1|^3" }, "type": "library", "autoload": { @@ -2884,7 +2882,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v5.4.3" + "source": "https://github.com/symfony/options-resolver/tree/v6.0.3" }, "funding": [ { @@ -2900,7 +2898,7 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:53:40+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { "name": "symfony/polyfill-ctype", @@ -3232,85 +3230,6 @@ ], "time": "2021-11-30T18:21:41+00:00" }, - { - "name": "symfony/polyfill-php73", - "version": "v1.25.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5", - "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.23-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php73\\": "" - }, - "classmap": [ - "Resources/stubs" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.25.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2021-06-05T21:20:04+00:00" - }, { "name": "symfony/polyfill-php80", "version": "v1.25.0",