-
- Downloads
Issue #3485598: Fix method definition to be compatible with AI module beta version.
parent
0d78ac7d
Branches
Tags 1.0.0-alpha2
... | ... | @@ -13,7 +13,7 @@ |
"homepage": "https://www.drupal.org/project/ai_summarize_document", | ||
"require": { | ||
"drupal/core": "^10 || ^11", | ||
"drupal/ai": "^1.0", | ||
"drupal/ai": "^1.0.0-beta1", | ||
"smalot/pdfparser": "^2.11" | ||
}, | ||
"support": { | ||
... | ... |
Please sign in to comment