From ff89553cfb88807fcf524e71720069b04928d5b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 04:02:49 +0000 Subject: [PATCH] build(deps-dev): bump carthage-software/mago from 1.46.0 to 1.47.1 Bumps [carthage-software/mago](https://github.com/carthage-software/mago) from 1.46.0 to 1.47.1. - [Release notes](https://github.com/carthage-software/mago/releases) - [Commits](https://github.com/carthage-software/mago/compare/1.46.0...1.47.1) --- updated-dependencies: - dependency-name: carthage-software/mago dependency-version: 1.47.1 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 9ad66e045b..965e635bfd 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.1", "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 31f9765825..17ea854b15 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": "9b6ee22e538e8cc9cf36382543900003", + "content-hash": "12fb7434633f6c12b0203d292ca5ede5", "packages": [ { "name": "2tvenom/cborencode", @@ -9104,20 +9104,24 @@ "packages-dev": [ { "name": "carthage-software/mago", - "version": "1.46.0", + "version": "1.47.1", "source": { "type": "git", "url": "https://github.com/carthage-software/mago.git", - "reference": "256da8ab866491730bf402d015161876330c822d" + "reference": "92ac16458f5c1ad26767b7aae5922a93fec129ad" }, "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/92ac16458f5c1ad26767b7aae5922a93fec129ad", + "reference": "92ac16458f5c1ad26767b7aae5922a93fec129ad", "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.1" }, "funding": [ { @@ -9159,7 +9163,7 @@ "type": "github" } ], - "time": "2026-08-05T22:31:08+00:00" + "time": "2026-08-18T15:28:43+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",