forked from IhsanDevs/EdgeGPT
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
40 lines (40 loc) · 945 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "chumoe/php-edge-gpt",
"description": "Bing AI Chatbot WebSocket API Wrapper for PHP",
"keywords": [
"edgegpt",
"edge",
"gpt",
"chatbot",
"ai",
"websocket",
"api",
"wrapper",
"php"
],
"type": "library",
"require": {
"guzzlehttp/guzzle": "^7.5",
"textalk/websocket": "^1.6",
"spatie/async": "^1.5",
"composer/ca-bundle": "^1.3",
"react/promise": "^2.9"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Ihsandevs\\EdgeGpt\\": "src/"
}
},
"authors": [
{
"name": "Ihsan Devs",
"email": "[email protected]",
"homepage": "https://ihsandevs.com",
"role": "Developer"
}
],
"minimum-stability": "stable",
"version": "1.0.0",
"homepage": "https://github.com/IhsanDevs/EdgeGPT"
}