mirror of
https://github.com/langgenius/dify.git
synced 2025-12-05 15:26:11 +00:00
10 lines
149 B
JSON
10 lines
149 B
JSON
|
|
{
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.2",
|
||
|
|
"guzzlehttp/guzzle": "^7.9"
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"files": ["dify-client.php"]
|
||
|
|
}
|
||
|
|
}
|