From ea01c010b81170d3526277040b69bd3d77af6e88 Mon Sep 17 00:00:00 2001 From: Christopher Hertel Date: Sun, 1 Jun 2025 16:13:32 +0200 Subject: [PATCH] chore: support LLM Chain 0.21 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index df695e1..1617889 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "require": { "php": ">=8.2", - "php-llm/llm-chain": "^0.20", + "php-llm/llm-chain": "^0.21", "symfony/config": "^6.4 || ^7.0", "symfony/dependency-injection": "^6.4 || ^7.0", "symfony/framework-bundle": "^6.4 || ^7.0",