From c593d1b0389f92556639b51be1fe36ad57c13ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 04:41:15 +0000 Subject: [PATCH] build(deps-dev): bump carthage-software/mago in /tools/mago Bumps [carthage-software/mago](https://github.com/carthage-software/mago) from 1.46.0 to 1.47.2. - [Release notes](https://github.com/carthage-software/mago/releases) - [Commits](https://github.com/carthage-software/mago/compare/1.46.0...1.47.2) --- updated-dependencies: - dependency-name: carthage-software/mago dependency-version: 1.47.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tools/mago/composer.lock | 92 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 84 insertions(+), 8 deletions(-) diff --git a/tools/mago/composer.lock b/tools/mago/composer.lock index 58bdadb7b..f6ba6d35e 100644 --- a/tools/mago/composer.lock +++ b/tools/mago/composer.lock @@ -9,20 +9,24 @@ "packages-dev": [ { "name": "carthage-software/mago", - "version": "1.46.0", + "version": "1.47.2", "source": { "type": "git", "url": "https://github.com/carthage-software/mago.git", - "reference": "256da8ab866491730bf402d015161876330c822d" + "reference": "6d09af9b5980d0e9219642c19521a76883d863db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/carthage-software/mago/zipball/256da8ab866491730bf402d015161876330c822d", - "reference": "256da8ab866491730bf402d015161876330c822d", + "url": "https://api.github.com/repos/carthage-software/mago/zipball/6d09af9b5980d0e9219642c19521a76883d863db", + "reference": "6d09af9b5980d0e9219642c19521a76883d863db", "shasum": "" }, "require": { - "php": "~8.1 || ~8.2 || ~8.3 || ~8.4 || ~8.5 || ~8.6" + "php": "~8.1 || ~8.2 || ~8.3 || ~8.4 || ~8.5 || ~8.6", + "revolt/event-loop": "^1.0.9" + }, + "require-dev": { + "phpunit/phpunit": "^10.5" }, "suggest": { "ext-curl": "To show binary download progress" @@ -46,7 +50,7 @@ ], "authors": [ { - "name": "Saif Eddin Gmati", + "name": "Seifeddine Gmati", "email": "azjezz@carthage.software" } ], @@ -56,7 +60,7 @@ ], "support": { "issues": "https://github.com/carthage-software/mago/issues", - "source": "https://github.com/carthage-software/mago/tree/1.46.0" + "source": "https://github.com/carthage-software/mago/tree/1.47.2" }, "funding": [ { @@ -64,7 +68,79 @@ "type": "github" } ], - "time": "2026-08-05T22:31:08+00:00" + "time": "2026-08-19T17:32:04+00:00" + }, + { + "name": "revolt/event-loop", + "version": "v1.0.9", + "source": { + "type": "git", + "url": "https://github.com/revoltphp/event-loop.git", + "reference": "44061cf513e53c6200372fc935ac42271566295d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/revoltphp/event-loop/zipball/44061cf513e53c6200372fc935ac42271566295d", + "reference": "44061cf513e53c6200372fc935ac42271566295d", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "require-dev": { + "ext-json": "*", + "jetbrains/phpstorm-stubs": "^2019.3", + "phpunit/phpunit": "^9", + "psalm/phar": "6.16.*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Revolt\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Aaron Piotrowski", + "email": "aaron@trowski.com" + }, + { + "name": "Cees-Jan Kiewiet", + "email": "ceesjank@gmail.com" + }, + { + "name": "Christian Lück", + "email": "christian@clue.engineering" + }, + { + "name": "Niklas Keller", + "email": "me@kelunik.com" + } + ], + "description": "Rock-solid event loop for concurrent PHP applications.", + "keywords": [ + "async", + "asynchronous", + "concurrency", + "event", + "event-loop", + "non-blocking", + "scheduler" + ], + "support": { + "issues": "https://github.com/revoltphp/event-loop/issues", + "source": "https://github.com/revoltphp/event-loop/tree/v1.0.9" + }, + "time": "2026-05-16T17:55:38+00:00" } ], "aliases": [],