From 9a1ba3b32133b79c0b7a6d995c87b3e01333244c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 06:13:58 +0000 Subject: [PATCH] Bump carthage-software/mago in /packages/default/notifier Bumps [carthage-software/mago](https://github.com/carthage-software/mago) from 1.7.0 to 1.9.1. - [Release notes](https://github.com/carthage-software/mago/releases) - [Commits](https://github.com/carthage-software/mago/compare/1.7.0...1.9.1) --- updated-dependencies: - dependency-name: carthage-software/mago dependency-version: 1.9.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/default/notifier/composer.json | 2 +- packages/default/notifier/composer.lock | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/packages/default/notifier/composer.json b/packages/default/notifier/composer.json index f5b85e2..4701c9c 100644 --- a/packages/default/notifier/composer.json +++ b/packages/default/notifier/composer.json @@ -6,7 +6,7 @@ }, "require-dev": { "guzzlehttp/guzzle": "^7", - "carthage-software/mago": "1.7.0" + "carthage-software/mago": "1.9.1" }, "config": { "allow-plugins": { diff --git a/packages/default/notifier/composer.lock b/packages/default/notifier/composer.lock index a2c758b..16dba55 100644 --- a/packages/default/notifier/composer.lock +++ b/packages/default/notifier/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": "5f48dcc1780ac4c89e876ab35a06743a", + "content-hash": "8b1be210a5d5484e3d004b7b890d9a52", "packages": [ { "name": "psr/container", @@ -1020,16 +1020,16 @@ "packages-dev": [ { "name": "carthage-software/mago", - "version": "1.7.0", + "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/carthage-software/mago.git", - "reference": "70d1644f55c5ad2a7e87c471df26ef927ab6d522" + "reference": "b50e6aa3e4e6abe144101720deddbf456cb7e0a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/carthage-software/mago/zipball/70d1644f55c5ad2a7e87c471df26ef927ab6d522", - "reference": "70d1644f55c5ad2a7e87c471df26ef927ab6d522", + "url": "https://api.github.com/repos/carthage-software/mago/zipball/b50e6aa3e4e6abe144101720deddbf456cb7e0a1", + "reference": "b50e6aa3e4e6abe144101720deddbf456cb7e0a1", "shasum": "" }, "require": { @@ -1047,6 +1047,9 @@ "class": "Mago\\MagoPlugin" }, "autoload": { + "files": [ + "composer/functions.php" + ], "psr-4": { "Mago\\": "composer/" } @@ -1067,7 +1070,7 @@ ], "support": { "issues": "https://github.com/carthage-software/mago/issues", - "source": "https://github.com/carthage-software/mago/tree/1.7.0" + "source": "https://github.com/carthage-software/mago/tree/1.9.1" }, "funding": [ { @@ -1075,7 +1078,7 @@ "type": "github" } ], - "time": "2026-02-09T23:42:45+00:00" + "time": "2026-02-18T03:12:50+00:00" }, { "name": "guzzlehttp/guzzle",