From 90e1f6ca28c08034b5ab8e57a6bacd5aaa09fa75 Mon Sep 17 00:00:00 2001 From: Anne-Julia Seitz Date: Sat, 22 Mar 2025 16:49:20 +0100 Subject: [PATCH] chore(deps) bump php-llm/llm-chain update to newest version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 33ddeef..8b6b3bc 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": "^8.2", "psr/log": "^3.0", "symfony/uid": "^7.2", - "php-llm/llm-chain": "^0.17.0" + "php-llm/llm-chain": "^0.19.0" }, "require-dev": { "php-cs-fixer/shim": "^3.70",