From 51ea366a6af259f58960af4a8c2798917a53292c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:22:35 +0000 Subject: [PATCH] build(deps): bump phpgt/async from 1.0.1 to 1.0.2 Bumps [phpgt/async](https://github.com/phpgt/Async) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/phpgt/Async/releases) - [Commits](https://github.com/phpgt/Async/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: phpgt/async dependency-version: 1.0.2 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 bac46d45..a5a34ae2 100644 --- a/composer.lock +++ b/composer.lock @@ -344,16 +344,16 @@ }, { "name": "phpgt/async", - "version": "v1.0.1", + "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/phpgt/Async.git", - "reference": "3daab887eacd04d297a1383a22957f0ab7ecaf68" + "reference": "12a032eb8800747395d1aa976193d46378eb7781" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpgt/Async/zipball/3daab887eacd04d297a1383a22957f0ab7ecaf68", - "reference": "3daab887eacd04d297a1383a22957f0ab7ecaf68", + "url": "https://api.github.com/repos/phpgt/Async/zipball/12a032eb8800747395d1aa976193d46378eb7781", + "reference": "12a032eb8800747395d1aa976193d46378eb7781", "shasum": "" }, "require": { @@ -370,6 +370,7 @@ "type": "library", "autoload": { "psr-4": { + "GT\\Async\\": "./src", "Gt\\Async\\": "./src" } }, @@ -380,15 +381,15 @@ "description": "Promise-based non-blocking operations.", "support": { "issues": "https://github.com/phpgt/Async/issues", - "source": "https://github.com/phpgt/Async/tree/v1.0.1" + "source": "https://github.com/phpgt/Async/tree/v1.0.2" }, "funding": [ { - "url": "https://github.com/phpgt", + "url": "https://github.com/sponsors/PhpGt", "type": "github" } ], - "time": "2025-03-07T17:26:32+00:00" + "time": "2026-04-16T16:17:36+00:00" }, { "name": "phpgt/build",