From 076fcc21c26606e2b08c1f655c3126dd142fc2d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 04:54:53 +0000 Subject: [PATCH] build(deps-dev): bump carthage-software/mago from 1.46.0 to 1.47.4 Bumps [carthage-software/mago](https://github.com/carthage-software/mago) from 1.46.0 to 1.47.4. - [Release notes](https://github.com/carthage-software/mago/releases) - [Commits](https://github.com/carthage-software/mago/compare/1.46.0...1.47.4) --- 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] --- composer.json | 2 +- composer.lock | 94 ++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 86 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 5478c116f3..af4a7d5e64 100644 --- a/composer.json +++ b/composer.json @@ -75,7 +75,7 @@ "twig/twig": "~3.28.0" }, "require-dev": { - "carthage-software/mago": "~1.46.0", + "carthage-software/mago": "~1.47.4", "doctrine/instantiator": "~2.1.0", "mikey179/vfsstream": "~1.6.12", "phpdocumentor/reflection-docblock": "~6.0.3", diff --git a/composer.lock b/composer.lock index bff6bce141..7bd811918b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4887db86679e1611509c23fbdbcaeaf8", + "content-hash": "3901cabc4cd6ea30a22f7b39f7e56703", "packages": [ { "name": "2tvenom/cborencode", @@ -9104,20 +9104,24 @@ "packages-dev": [ { "name": "carthage-software/mago", - "version": "1.46.0", + "version": "1.47.4", "source": { "type": "git", "url": "https://github.com/carthage-software/mago.git", - "reference": "256da8ab866491730bf402d015161876330c822d" + "reference": "398a1904a777a5c0111a5c00eaa7350ae7f78fc5" }, "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/398a1904a777a5c0111a5c00eaa7350ae7f78fc5", + "reference": "398a1904a777a5c0111a5c00eaa7350ae7f78fc5", "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" @@ -9141,7 +9145,7 @@ ], "authors": [ { - "name": "Saif Eddin Gmati", + "name": "Seifeddine Gmati", "email": "azjezz@carthage.software" } ], @@ -9151,7 +9155,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.4" }, "funding": [ { @@ -9159,7 +9163,7 @@ "type": "github" } ], - "time": "2026-08-05T22:31:08+00:00" + "time": "2026-08-24T22:11:45+00:00" }, { "name": "doctrine/instantiator", @@ -10118,6 +10122,78 @@ ], "time": "2026-08-12T06:23:05+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" + }, { "name": "sebastian/cli-parser", "version": "5.0.1",