Issue #3439038 by mindaugasd: Provide default backend replacing example...
Issue #3439038 by mindaugasd: Provide default backend replacing example backend: add library requirement to composer
... | ... | @@ -18,6 +18,7 @@ |
"require": { | ||
"php": ">=8.1", | ||
"league/commonmark": "^2.4", | ||
"drupal/key": "^1.17" | ||
"drupal/key": "^1.17", | ||
"openai-php/client": ">=v0.7.8" | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment