From 94bb46f6d37a701e9a1b0d89e03cfc988ccacbd3 Mon Sep 17 00:00:00 2001 From: huangdijia Date: Sat, 25 Mar 2023 08:23:21 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8Fchore(dependencies)=20update?= =?UTF-8?q?=20openai-php/client=20to=20version=200.4.1=20and=20other=20dev?= =?UTF-8?q?=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index c3f23bb..282b1e8 100644 --- a/composer.json +++ b/composer.json @@ -17,13 +17,13 @@ "hyperf/config": "~3.0.0", "hyperf/di": "~3.0.0", "hyperf/guzzle": "~3.0.0", - "openai-php/client": "^0.4.0" + "openai-php/client": "^0.4.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", - "phpstan/phpstan": "^1.10.3", - "pestphp/pest": "^2.0.0", - "pestphp/pest-plugin-arch": "^2.0.0", + "phpstan/phpstan": "^1.10.8", + "pestphp/pest": "^2.2.3", + "pestphp/pest-plugin-arch": "^2.0.2", "pestphp/pest-plugin-mock": "^2.0.0" }, "autoload": {