fix: add composer configuration and delete DifyClient->file_client (#18574)

This commit is contained in:
jayeeliu
2025-04-23 14:43:19 +07:00
committed by GitHub
parent ba9357da96
commit 5e09ac696c
5 changed files with 693 additions and 19 deletions

View File

@@ -0,0 +1,9 @@
{
"require": {
"php": ">=7.2",
"guzzlehttp/guzzle": "^7.9"
},
"autoload": {
"files": ["dify-client.php"]
}
}