From 7dfd2b3a755b5f4be8332428bc9d45fe7a0c6301 Mon Sep 17 00:00:00 2001 From: chr-hertel <2852185+chr-hertel@users.noreply.github.com> Date: Sat, 28 Feb 2026 02:44:41 +0000 Subject: [PATCH] chore: update fabric to v1.4.424 Updates danielmiessler/fabric from to v1.4.424 --- composer.json | 4 ++-- composer.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index b43560d..58eb4fb 100644 --- a/composer.json +++ b/composer.json @@ -31,9 +31,9 @@ "type": "package", "package": { "name": "danielmiessler/fabric", - "version": "v1.4.281", + "version": "v1.4.424", "dist": { - "url": "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.281.zip", + "url": "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.424.zip", "type": "zip" } } diff --git a/composer.lock b/composer.lock index d1c3f2d..0f1c1f4 100644 --- a/composer.lock +++ b/composer.lock @@ -4,14 +4,14 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "bd82e4f7e7e566dfe9b613a318a54732", + "content-hash": "f8b03317d7abf6f976cec3368a15223a", "packages": [ { "name": "danielmiessler/fabric", - "version": "v1.4.281", + "version": "v1.4.424", "dist": { "type": "zip", - "url": "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.281.zip" + "url": "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.424.zip" }, "type": "library" } @@ -1659,5 +1659,5 @@ "php": ">=8.2" }, "platform-dev": {}, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }