From 51a309d0c46bc6a82bf784dea863226917051428 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 13:22:26 +0000 Subject: [PATCH] build(deps): bump phpgt/http from 1.3.7 to 1.3.8 Bumps [phpgt/http](https://github.com/phpgt/Http) from 1.3.7 to 1.3.8. - [Release notes](https://github.com/phpgt/Http/releases) - [Commits](https://github.com/phpgt/Http/compare/v1.3.7...v1.3.8) --- updated-dependencies: - dependency-name: phpgt/http dependency-version: 1.3.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.lock b/composer.lock index 47e26f7b..3f5b1d2f 100644 --- a/composer.lock +++ b/composer.lock @@ -1392,16 +1392,16 @@ }, { "name": "phpgt/http", - "version": "v1.3.7", + "version": "v1.3.8", "source": { "type": "git", "url": "https://github.com/phpgt/Http.git", - "reference": "7c92bd2d0c7b9d68aa29c39f01ce41a7fcb221ee" + "reference": "5e12783b8a339340fd886217a805ae70bbf82b23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpgt/Http/zipball/7c92bd2d0c7b9d68aa29c39f01ce41a7fcb221ee", - "reference": "7c92bd2d0c7b9d68aa29c39f01ce41a7fcb221ee", + "url": "https://api.github.com/repos/phpgt/Http/zipball/5e12783b8a339340fd886217a805ae70bbf82b23", + "reference": "5e12783b8a339340fd886217a805ae70bbf82b23", "shasum": "" }, "require": { @@ -1410,7 +1410,7 @@ "ext-fileinfo": "*", "php": ">=8.4", "phpgt/async": "^1.0", - "phpgt/curl": "^3.1", + "phpgt/curl": "^3.2", "phpgt/input": "^1.3", "phpgt/json": "^2.2", "phpgt/promise": "^2.4", @@ -1421,8 +1421,8 @@ }, "require-dev": { "phpmd/phpmd": "^2.13", - "phpstan/phpstan": "^1.12", - "phpunit/phpunit": "10.1.*", + "phpstan/phpstan": "^2.1", + "phpunit/phpunit": "^11.5", "squizlabs/php_codesniffer": "^3.7" }, "type": "library", @@ -1443,7 +1443,7 @@ "description": "PSR-7 HTTP message implementation.", "support": { "issues": "https://github.com/phpgt/Http/issues", - "source": "https://github.com/phpgt/Http/tree/v1.3.7" + "source": "https://github.com/phpgt/Http/tree/v1.3.8" }, "funding": [ { @@ -1451,7 +1451,7 @@ "type": "github" } ], - "time": "2026-03-06T13:08:42+00:00" + "time": "2026-03-19T18:22:33+00:00" }, { "name": "phpgt/input",