From 64089d5aecdfc5ed75a72ff415da428a91f490da Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 23:30:16 +0000 Subject: [PATCH] Pin openai-php/client to version 0.9.1 --- composer.json | 122 +++++++++++++++++++++++++------------------------- 1 file changed, 61 insertions(+), 61 deletions(-) diff --git a/composer.json b/composer.json index 96e6ed5..deed4a2 100644 --- a/composer.json +++ b/composer.json @@ -1,63 +1,63 @@ { - "name": "datlechin/flarum-chatgpt", - "description": "ChatGPT: AI-powered Auto-Reply Extension for Flarum.", - "keywords": [ - "flarum", - "chatgpt", - "openai" - ], - "type": "flarum-extension", - "license": "MIT", - "require": { - "php": "^8.1", - "flarum/core": "^1.7.0", - "openai-php/client": "^0.3.5" + "name": "datlechin/flarum-chatgpt", + "description": "ChatGPT: AI-powered Auto-Reply Extension for Flarum.", + "keywords": [ + "flarum", + "chatgpt", + "openai" + ], + "type": "flarum-extension", + "license": "MIT", + "require": { + "php": "^8.1", + "flarum/core": "^1.7.0", + "openai-php/client": "0.9.1" + }, + "authors": [ + { + "name": "Ngo Quoc Dat", + "email": "datlechin@gmail.com", + "role": "Developer", + "homepage": "https://ngoquocdat.dev" + } + ], + "homepage": "https://ngoquocdat.dev", + "support": { + "source": "https://github.com/datlechin/flarum-chatgpt", + "forum": "https://discuss.flarum.org/d/32535" + }, + "autoload": { + "psr-4": { + "Datlechin\\FlarumChatGPT\\": "src/" + } + }, + "extra": { + "flarum-extension": { + "title": "ChatGPT", + "category": "feature", + "icon": { + "image": "icon.svg" + } }, - "authors": [ - { - "name": "Ngo Quoc Dat", - "email": "datlechin@gmail.com", - "role": "Developer", - "homepage": "https://ngoquocdat.dev" - } - ], - "homepage": "https://ngoquocdat.dev", - "support": { - "source": "https://github.com/datlechin/flarum-chatgpt", - "forum": "https://discuss.flarum.org/d/32535" - }, - "autoload": { - "psr-4": { - "Datlechin\\FlarumChatGPT\\": "src/" - } - }, - "extra": { - "flarum-extension": { - "title": "ChatGPT", - "category": "feature", - "icon": { - "image": "icon.svg" - } - }, - "flarum-cli": { - "modules": { - "admin": true, - "forum": true, - "js": true, - "jsCommon": false, - "css": true, - "locale": true, - "gitConf": true, - "githubActions": false, - "prettier": true, - "typescript": true, - "bundlewatch": false, - "backendTesting": false, - "editorConfig": true, - "styleci": false - } - } - }, - "minimum-stability": "dev", - "prefer-stable": true -} + "flarum-cli": { + "modules": { + "admin": true, + "forum": true, + "js": true, + "jsCommon": false, + "css": true, + "locale": true, + "gitConf": true, + "githubActions": false, + "prettier": true, + "typescript": true, + "bundlewatch": false, + "backendTesting": false, + "editorConfig": true, + "styleci": false + } + } + }, + "minimum-stability": "dev", + "prefer-stable": true +} \ No newline at end of file