Skip to content

Commit

Permalink
Pin openai-php/client to version 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Oct 23, 2024
1 parent 10c55e3 commit a96a442
Showing 1 changed file with 65 additions and 65 deletions.
130 changes: 65 additions & 65 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,68 +1,68 @@
{
"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.8.5",
"openai-php/client": "^0.10.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"
}
},
"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
}
}
"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.8.5",
"openai-php/client": "0.10.2"
},
"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"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
"php-http/discovery": 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,
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}
}

0 comments on commit a96a442

Please sign in to comment.