You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

composer.json 149B

123456789
  1. {
  2. "require": {
  3. "php": ">=7.2",
  4. "guzzlehttp/guzzle": "^7.9"
  5. },
  6. "autoload": {
  7. "files": ["dify-client.php"]
  8. }
  9. }