From edcc3469c5492453cc599ddc6e147f9d7c116364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 04:02:59 +0000 Subject: [PATCH] build(deps-dev): bump carthage-software/mago from 1.8.0 to 1.9.1 Bumps [carthage-software/mago](https://github.com/carthage-software/mago) from 1.8.0 to 1.9.1. - [Release notes](https://github.com/carthage-software/mago/releases) - [Commits](https://github.com/carthage-software/mago/compare/1.8.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] --- composer.lock | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 6d498695bc..ac064d483a 100644 --- a/composer.lock +++ b/composer.lock @@ -7011,16 +7011,16 @@ "packages-dev": [ { "name": "carthage-software/mago", - "version": "1.8.0", + "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/carthage-software/mago.git", - "reference": "8d58c5c129d7259f42e8de596cf17c41b49c293d" + "reference": "b50e6aa3e4e6abe144101720deddbf456cb7e0a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/carthage-software/mago/zipball/8d58c5c129d7259f42e8de596cf17c41b49c293d", - "reference": "8d58c5c129d7259f42e8de596cf17c41b49c293d", + "url": "https://api.github.com/repos/carthage-software/mago/zipball/b50e6aa3e4e6abe144101720deddbf456cb7e0a1", + "reference": "b50e6aa3e4e6abe144101720deddbf456cb7e0a1", "shasum": "" }, "require": { @@ -7038,6 +7038,9 @@ "class": "Mago\\MagoPlugin" }, "autoload": { + "files": [ + "composer/functions.php" + ], "psr-4": { "Mago\\": "composer/" } @@ -7058,7 +7061,7 @@ ], "support": { "issues": "https://github.com/carthage-software/mago/issues", - "source": "https://github.com/carthage-software/mago/tree/1.8.0" + "source": "https://github.com/carthage-software/mago/tree/1.9.1" }, "funding": [ { @@ -7066,7 +7069,7 @@ "type": "github" } ], - "time": "2026-02-12T05:55:55+00:00" + "time": "2026-02-18T03:12:50+00:00" }, { "name": "doctrine/deprecations",