diff --git a/composer.lock b/composer.lock index 601451d..da5be49 100644 --- a/composer.lock +++ b/composer.lock @@ -340,27 +340,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" @@ -394,20 +400,30 @@ "hpack", "http-2" ], - "time": "2020-01-11T19:33:14+00:00" + "support": { + "issues": "https://github.com/amphp/hpack/issues", + "source": "https://github.com/amphp/hpack/tree/v3.2.1" + }, + "funding": [ + { + "url": "https://github.com/amphp", + "type": "github" + } + ], + "time": "2024-03-21T19:00:16+00:00" }, { "name": "amphp/http", - "version": "v1.6.0", + "version": "v1.7.3", "source": { "type": "git", "url": "https://github.com/amphp/http.git", - "reference": "8a1a1d6a78e6f432618aea02c6351602cf735cef" + "reference": "3a33e68a3b53f7279217238e89748cf0cb30b8a6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/amphp/http/zipball/8a1a1d6a78e6f432618aea02c6351602cf735cef", - "reference": "8a1a1d6a78e6f432618aea02c6351602cf735cef", + "url": "https://api.github.com/repos/amphp/http/zipball/3a33e68a3b53f7279217238e89748cf0cb30b8a6", + "reference": "3a33e68a3b53f7279217238e89748cf0cb30b8a6", "shasum": "" }, "require": { @@ -415,8 +431,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": { @@ -425,12 +441,12 @@ } }, "autoload": { - "psr-4": { - "Amp\\Http\\": "src" - }, "files": [ "src/functions.php" - ] + ], + "psr-4": { + "Amp\\Http\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -443,7 +459,17 @@ } ], "description": "Basic HTTP primitives which can be shared by servers and clients.", - "time": "2020-01-14T17:41:56+00:00" + "support": { + "issues": "https://github.com/amphp/http/issues", + "source": "https://github.com/amphp/http/tree/v1.7.3" + }, + "funding": [ + { + "url": "https://github.com/amphp", + "type": "github" + } + ], + "time": "2024-04-03T17:45:14+00:00" }, { "name": "amphp/http-client", @@ -2451,10 +2477,10 @@ "packages-dev": [], "aliases": [ { - "alias": "4.0.0", - "alias_normalized": "4.0.0.0", + "package": "amphp/http-client", "version": "9999999-dev", - "package": "amphp/http-client" + "alias": "4.0.0", + "alias_normalized": "4.0.0.0" } ], "minimum-stability": "dev", @@ -2480,5 +2506,6 @@ "platform": { "php": "^7.4" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.6.0" }