From 973d4babb691386aac107663e354ee5232f953e4 Mon Sep 17 00:00:00 2001 From: Christopher Hertel Date: Sat, 21 Dec 2024 00:02:15 +0100 Subject: [PATCH] chore: library update --- composer.json | 2 +- composer.lock | 38 +++++++++++++++++++------------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/composer.json b/composer.json index bb07f87..621ec6a 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "ext-iconv": "*", "codewithkyrian/chromadb-php": "^0.3.0", "league/commonmark": "^2.6", - "php-llm/llm-chain": "^0.9.3", + "php-llm/llm-chain": "^0.10", "php-llm/llm-chain-bundle": "^0.9", "phpdocumentor/reflection-docblock": "^5.5", "phpstan/phpdoc-parser": "^1.33", diff --git a/composer.lock b/composer.lock index 2a2d67d..a9159ef 100644 --- a/composer.lock +++ b/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": "18c7e48ce770bdde7cc49cde13bb84d2", + "content-hash": "0395b23442a823f4676ba474d265ed60", "packages": [ { "name": "codewithkyrian/chromadb-php", @@ -1098,16 +1098,16 @@ }, { "name": "php-llm/llm-chain", - "version": "0.9.3", + "version": "0.10.0", "source": { "type": "git", "url": "https://github.com/php-llm/llm-chain.git", - "reference": "9936ac9ae8de5797c42f2de25858e07038f12dc4" + "reference": "8365e13aa892abfc3a2c54d2067c82cf8e30e830" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-llm/llm-chain/zipball/9936ac9ae8de5797c42f2de25858e07038f12dc4", - "reference": "9936ac9ae8de5797c42f2de25858e07038f12dc4", + "url": "https://api.github.com/repos/php-llm/llm-chain/zipball/8365e13aa892abfc3a2c54d2067c82cf8e30e830", + "reference": "8365e13aa892abfc3a2c54d2067c82cf8e30e830", "shasum": "" }, "require": { @@ -1171,27 +1171,27 @@ "description": "A slim PHP component with tooling around LLMs.", "support": { "issues": "https://github.com/php-llm/llm-chain/issues", - "source": "https://github.com/php-llm/llm-chain/tree/0.9.3" + "source": "https://github.com/php-llm/llm-chain/tree/0.10.0" }, - "time": "2024-12-08T01:31:09+00:00" + "time": "2024-12-19T07:34:29+00:00" }, { "name": "php-llm/llm-chain-bundle", - "version": "0.9", + "version": "0.9.2", "source": { "type": "git", "url": "https://github.com/php-llm/llm-chain-bundle.git", - "reference": "ca77abb0bf1fab8d551408a6c95bd8ad2b69a982" + "reference": "fa3456102964a223505f44d1e8eaeea3cc272d08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-llm/llm-chain-bundle/zipball/ca77abb0bf1fab8d551408a6c95bd8ad2b69a982", - "reference": "ca77abb0bf1fab8d551408a6c95bd8ad2b69a982", + "url": "https://api.github.com/repos/php-llm/llm-chain-bundle/zipball/fa3456102964a223505f44d1e8eaeea3cc272d08", + "reference": "fa3456102964a223505f44d1e8eaeea3cc272d08", "shasum": "" }, "require": { "php": ">=8.2", - "php-llm/llm-chain": "^0.9.3", + "php-llm/llm-chain": "^0.9.3 || ^0.10.0", "symfony/config": "^6.4 || ^7.0", "symfony/dependency-injection": "^6.4 || ^7.0", "symfony/framework-bundle": "^6.4 || ^7.0" @@ -1220,9 +1220,9 @@ "description": "Symfony integration bundle for php-llm/llm-chain", "support": { "issues": "https://github.com/php-llm/llm-chain-bundle/issues", - "source": "https://github.com/php-llm/llm-chain-bundle/tree/0.9" + "source": "https://github.com/php-llm/llm-chain-bundle/tree/0.9.2" }, - "time": "2024-12-12T23:47:19+00:00" + "time": "2024-12-19T08:07:52+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -6582,16 +6582,16 @@ }, { "name": "phpstan/phpstan", - "version": "2.0.3", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "46b4d3529b12178112d9008337beda0cc2a1a6b4" + "reference": "50d276fc3bf1430ec315f2f109bbde2769821524" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/46b4d3529b12178112d9008337beda0cc2a1a6b4", - "reference": "46b4d3529b12178112d9008337beda0cc2a1a6b4", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/50d276fc3bf1430ec315f2f109bbde2769821524", + "reference": "50d276fc3bf1430ec315f2f109bbde2769821524", "shasum": "" }, "require": { @@ -6636,7 +6636,7 @@ "type": "github" } ], - "time": "2024-11-28T22:19:37+00:00" + "time": "2024-12-17T17:14:01+00:00" }, { "name": "phpunit/php-code-coverage",