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",