diff --git a/CHANGELOG.md b/CHANGELOG.md index 7692e12..bcb5204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump phpunit/phpunit from 9.5.11 to 9.5.19 ([#11](https://github.com/stephan-strate/php-music-brainz-api/pull/11), [#20](https://github.com/stephan-strate/php-music-brainz-api/pull/20), [#27](https://github.com/stephan-strate/php-music-brainz-api/pull/27), [#30](https://github.com/stephan-strate/php-music-brainz-api/pull/30)) - Bump php-http/httplug from 2.2.0 to 2.3.0 ([#19](https://github.com/stephan-strate/php-music-brainz-api/pull/19)) - Bump guzzlehttp/psr7 from 2.1.0 to 2.2.1 ([#32](https://github.com/stephan-strate/php-music-brainz-api/pull/32)) +- Bump guzzlehttp/guzzle from 7.4.1 to 7.4.2 ([#31](https://github.com/stephan-strate/php-music-brainz-api/pull/31)) ### Removed diff --git a/composer.lock b/composer.lock index 47509a8..de0e58b 100644 --- a/composer.lock +++ b/composer.lock @@ -1954,16 +1954,16 @@ }, { "name": "guzzlehttp/guzzle", - "version": "7.4.1", + "version": "7.4.2", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79" + "reference": "ac1ec1cd9b5624694c3a40be801d94137afb12b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ee0a041b1760e6a53d2a39c8c34115adc2af2c79", - "reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ac1ec1cd9b5624694c3a40be801d94137afb12b4", + "reference": "ac1ec1cd9b5624694c3a40be801d94137afb12b4", "shasum": "" }, "require": { @@ -1996,12 +1996,12 @@ } }, "autoload": { - "psr-4": { - "GuzzleHttp\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2058,7 +2058,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.4.1" + "source": "https://github.com/guzzle/guzzle/tree/7.4.2" }, "funding": [ { @@ -2074,7 +2074,7 @@ "type": "tidelift" } ], - "time": "2021-12-06T18:43:05+00:00" + "time": "2022-03-20T14:16:28+00:00" }, { "name": "guzzlehttp/promises", @@ -2103,12 +2103,12 @@ } }, "autoload": { - "psr-4": { - "GuzzleHttp\\Promise\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [