From ee77277b56c0708887ba059537534b86326a02b9 Mon Sep 17 00:00:00 2001 From: chr-hertel <2852185+chr-hertel@users.noreply.github.com> Date: Mon, 7 Jul 2025 03:18:57 +0000 Subject: [PATCH] chore: update fabric to v1.4.237 Updates danielmiessler/fabric from to v1.4.237 --- composer.json | 78 +++++++++++++++++++++++++-------------------------- composer.lock | 10 +++---- 2 files changed, 44 insertions(+), 44 deletions(-) diff --git a/composer.json b/composer.json index 522375b..0272c15 100644 --- a/composer.json +++ b/composer.json @@ -1,42 +1,42 @@ { - "name": "php-llm/fabric-pattern", - "type": "library", - "description": "Slim PHP wrapper for Daniel Miessler's fabric pattern", - "license": "MIT", - "authors": [ - { - "name": "Christopher Hertel", - "email": "mail@christopher-hertel.de" + "name": "php-llm/fabric-pattern", + "type": "library", + "description": "Slim PHP wrapper for Daniel Miessler's fabric pattern", + "license": "MIT", + "authors": [ + { + "name": "Christopher Hertel", + "email": "mail@christopher-hertel.de" + } + ], + "require": { + "php": ">=8.2", + "danielmiessler/fabric": "^1.4" + }, + "require-dev": { + "phpunit/phpunit": "^11.2" + }, + "autoload": { + "psr-4": { + "PhpLlm\\FabricPattern\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "PhpLlm\\FabricPattern\\Tests\\": "tests/" + } + }, + "repositories": [ + { + "type": "package", + "package": { + "name": "danielmiessler/fabric", + "version": "v1.4.237", + "dist": { + "url": "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.237.zip", + "type": "zip" } - ], - "require": { - "php": ">=8.2", - "danielmiessler/fabric": "^1.4" - }, - "require-dev": { - "phpunit/phpunit": "^11.2" - }, - "autoload": { - "psr-4": { - "PhpLlm\\FabricPattern\\": "src/" - } - }, - "autoload-dev": { - "psr-4": { - "PhpLlm\\FabricPattern\\Tests\\": "tests/" - } - }, - "repositories": [ - { - "type": "package", - "package": { - "name": "danielmiessler/fabric", - "version": "1.4.0", - "dist": { - "url": "https://github.com/danielmiessler/fabric/archive/refs/tags/1.4.0.zip", - "type": "zip" - } - } - } - ] + } + } + ] } diff --git a/composer.lock b/composer.lock index c49c6ef..b0cac88 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": "50d1b423d76335f2cf20983308f2b8e8", + "content-hash": "c025f9b5a9f19955a9837f2a852a992d", "packages": [ { "name": "danielmiessler/fabric", - "version": "1.4.0", + "version": "v1.4.237", "dist": { "type": "zip", - "url": "https://github.com/danielmiessler/fabric/archive/refs/tags/1.4.0.zip" + "url": "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.237.zip" }, "type": "library" } @@ -1652,12 +1652,12 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=8.2" }, - "platform-dev": [], + "platform-dev": {}, "plugin-api-version": "2.6.0" }