From ba7e000fa504c4a0370825210dee2908ee4f1075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 18:07:16 +0000 Subject: [PATCH] Bump amphp/http from 1.6.2 to 1.7.3 Bumps [amphp/http](https://github.com/amphp/http) from 1.6.2 to 1.7.3. - [Release notes](https://github.com/amphp/http/releases) - [Commits](https://github.com/amphp/http/compare/v1.6.2...v1.7.3) --- updated-dependencies: - dependency-name: amphp/http dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.lock | 54 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 33 insertions(+), 21 deletions(-) diff --git a/composer.lock b/composer.lock index 51135cd..35a4d5a 100644 --- a/composer.lock +++ b/composer.lock @@ -398,27 +398,33 @@ }, { "name": "amphp/hpack", - "version": "v3.1.0", + "version": "v3.2.1", "source": { "type": "git", "url": "https://github.com/amphp/hpack.git", - "reference": "0dcd35f9a8d9fc04d5fb8af0aeb109d4474cfad8" + "reference": "4f293064b15682a2b178b1367ddf0b8b5feb0239" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/amphp/hpack/zipball/0dcd35f9a8d9fc04d5fb8af0aeb109d4474cfad8", - "reference": "0dcd35f9a8d9fc04d5fb8af0aeb109d4474cfad8", + "url": "https://api.github.com/repos/amphp/hpack/zipball/4f293064b15682a2b178b1367ddf0b8b5feb0239", + "reference": "4f293064b15682a2b178b1367ddf0b8b5feb0239", "shasum": "" }, "require": { "php": ">=7.1" }, "require-dev": { - "amphp/php-cs-fixer-config": "dev-master", + "amphp/php-cs-fixer-config": "^2", "http2jp/hpack-test-case": "^1", - "phpunit/phpunit": "^6 | ^7" + "nikic/php-fuzzer": "^0.0.10", + "phpunit/phpunit": "^7 | ^8 | ^9" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, "autoload": { "psr-4": { "Amp\\Http\\": "src" @@ -454,22 +460,28 @@ ], "support": { "issues": "https://github.com/amphp/hpack/issues", - "source": "https://github.com/amphp/hpack/tree/v3.1.0" + "source": "https://github.com/amphp/hpack/tree/v3.2.1" }, - "time": "2020-01-11T19:33:14+00:00" + "funding": [ + { + "url": "https://github.com/amphp", + "type": "github" + } + ], + "time": "2024-03-21T19:00:16+00:00" }, { "name": "amphp/http", - "version": "v1.6.2", + "version": "v1.7.3", "source": { "type": "git", "url": "https://github.com/amphp/http.git", - "reference": "06d3b914cbe79b7c66b0efbae4a6aca81a718429" + "reference": "3a33e68a3b53f7279217238e89748cf0cb30b8a6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/amphp/http/zipball/06d3b914cbe79b7c66b0efbae4a6aca81a718429", - "reference": "06d3b914cbe79b7c66b0efbae4a6aca81a718429", + "url": "https://api.github.com/repos/amphp/http/zipball/3a33e68a3b53f7279217238e89748cf0cb30b8a6", + "reference": "3a33e68a3b53f7279217238e89748cf0cb30b8a6", "shasum": "" }, "require": { @@ -477,8 +489,8 @@ "php": ">=7.1" }, "require-dev": { - "amphp/php-cs-fixer-config": "dev-master", - "phpunit/phpunit": "^7 || ^6.5" + "amphp/php-cs-fixer-config": "2.x-dev#3c24119d0377eed2093d5c0f0541478cb75ea72d", + "phpunit/phpunit": "^9 || ^8 || ^7" }, "type": "library", "extra": { @@ -487,12 +499,12 @@ } }, "autoload": { - "psr-4": { - "Amp\\Http\\": "src" - }, "files": [ "src/functions.php" - ] + ], + "psr-4": { + "Amp\\Http\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -507,7 +519,7 @@ "description": "Basic HTTP primitives which can be shared by servers and clients.", "support": { "issues": "https://github.com/amphp/http/issues", - "source": "https://github.com/amphp/http/tree/v1.6.2" + "source": "https://github.com/amphp/http/tree/v1.7.3" }, "funding": [ { @@ -515,7 +527,7 @@ "type": "github" } ], - "time": "2020-11-22T17:31:37+00:00" + "time": "2024-04-03T17:45:14+00:00" }, { "name": "amphp/http-client", @@ -4758,5 +4770,5 @@ "ext-json": "*" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.6.0" }