From 965c600aa50d692189215a379231113d16131961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 00:13:48 +0000 Subject: [PATCH] chore: bump carthage-software/mago from 1.26.0 to 1.27.0 Bumps [carthage-software/mago](https://github.com/carthage-software/mago) from 1.26.0 to 1.27.0. - [Release notes](https://github.com/carthage-software/mago/releases) - [Commits](https://github.com/carthage-software/mago/compare/1.26.0...1.27.0) --- updated-dependencies: - dependency-name: carthage-software/mago dependency-version: 1.27.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/composer.lock b/composer.lock index 44214b4..2e13e8a 100644 --- a/composer.lock +++ b/composer.lock @@ -63,16 +63,16 @@ "packages-dev": [ { "name": "carthage-software/mago", - "version": "1.26.0", + "version": "1.27.0", "source": { "type": "git", "url": "https://github.com/carthage-software/mago.git", - "reference": "9ae2f7ad58ffeeaa2ff890e736a8658f8e397cdf" + "reference": "ac8e26273627ecd7f19afc4666490ab1c712247d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/carthage-software/mago/zipball/9ae2f7ad58ffeeaa2ff890e736a8658f8e397cdf", - "reference": "9ae2f7ad58ffeeaa2ff890e736a8658f8e397cdf", + "url": "https://api.github.com/repos/carthage-software/mago/zipball/ac8e26273627ecd7f19afc4666490ab1c712247d", + "reference": "ac8e26273627ecd7f19afc4666490ab1c712247d", "shasum": "" }, "require": { @@ -87,9 +87,12 @@ "type": "library", "autoload": { "files": [ - "composer/functions.php", - "composer/internal.php" - ] + "composer/src/functions.php", + "composer/src/internal.php" + ], + "psr-4": { + "Mago\\": "composer/src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -107,7 +110,7 @@ ], "support": { "issues": "https://github.com/carthage-software/mago/issues", - "source": "https://github.com/carthage-software/mago/tree/1.26.0" + "source": "https://github.com/carthage-software/mago/tree/1.27.0" }, "funding": [ { @@ -115,7 +118,7 @@ "type": "github" } ], - "time": "2026-05-06T21:44:02+00:00" + "time": "2026-05-13T00:06:08+00:00" }, { "name": "myclabs/deep-copy",