Skip to content

Commit

Permalink
Pin openai-php/client to version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Feb 3, 2024
1 parent db54bf6 commit 98139ce
Showing 1 changed file with 61 additions and 61 deletions.
122 changes: 61 additions & 61 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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.8.3"
},
"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
}

0 comments on commit 98139ce

Please sign in to comment.