Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrre authored Jun 29, 2023
1 parent 30eabcd commit 0889807
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Library to add chat management for openai client",
"type": "library",
"require": {
"php" : "^7.3|^8.0|^8.1",
"php" : "^8.1",
"illuminate/database": "^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"openai-php/client": "^0.6.2"
Expand All @@ -19,12 +19,19 @@
],
"autoload": {
"psr-4": {
"Ogrre\\ChatGPT\\": "src/"
"Ogrre\\ChatGPT\\": "src"
}
},
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"Ogrre\\ChatGPT\\ChatServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 0889807

Please sign in to comment.