From 5da5031b1cadc98e19811bd7ac6cee1ff887fc57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 17:13:19 +0000 Subject: [PATCH] build(deps): bump phpgt/promise from 2.4.0 to 2.4.1 Bumps [phpgt/promise](https://github.com/phpgt/Promise) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/phpgt/Promise/releases) - [Commits](https://github.com/phpgt/Promise/compare/v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: phpgt/promise dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 4e6dd9a5..462bdad6 100644 --- a/composer.lock +++ b/composer.lock @@ -1565,16 +1565,16 @@ }, { "name": "phpgt/promise", - "version": "v2.4.0", + "version": "v2.4.1", "source": { "type": "git", "url": "https://github.com/phpgt/Promise.git", - "reference": "a5cdc154f2aaf3478dd474470cd768d401cdaf91" + "reference": "bf781780866fe5c52d20c071740e07c59df4c1c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpgt/Promise/zipball/a5cdc154f2aaf3478dd474470cd768d401cdaf91", - "reference": "a5cdc154f2aaf3478dd474470cd768d401cdaf91", + "url": "https://api.github.com/repos/phpgt/Promise/zipball/bf781780866fe5c52d20c071740e07c59df4c1c0", + "reference": "bf781780866fe5c52d20c071740e07c59df4c1c0", "shasum": "" }, "require": { @@ -1589,6 +1589,7 @@ "type": "library", "autoload": { "psr-4": { + "GT\\Promise\\": "./src", "Gt\\Promise\\": "./src" } }, @@ -1610,15 +1611,15 @@ ], "support": { "issues": "https://github.com/phpgt/Promise/issues", - "source": "https://github.com/phpgt/Promise/tree/v2.4.0" + "source": "https://github.com/phpgt/Promise/tree/v2.4.1" }, "funding": [ { - "url": "https://github.com/sponsors/PhpGt", + "url": "https://github.com/sponsors/phpgt", "type": "github" } ], - "time": "2025-04-30T21:42:58+00:00" + "time": "2026-05-04T15:49:22+00:00" }, { "name": "phpgt/propfunc",