mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-29 01:28:22 +08:00
10 lines
149 B
JSON
10 lines
149 B
JSON
{
|
|
"require": {
|
|
"php": ">=7.2",
|
|
"guzzlehttp/guzzle": "^7.9"
|
|
},
|
|
"autoload": {
|
|
"files": ["dify-client.php"]
|
|
}
|
|
}
|