Skip to content
Snippets Groups Projects
Commit 20b21247 authored by Yogesh Sevak's avatar Yogesh Sevak Committed by Yaroslav Samoilenko
Browse files

Issue #3365532 by sakthi_dev, yogeshsevak, Raveen Thakur, ysamoylenko: Drupal...

Issue #3365532 by sakthi_dev, yogeshsevak, Raveen Thakur, ysamoylenko: Drupal 10 compatibility issues
parent f310493c
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,9 @@
}
],
"require": {
"drupal/entity_events": "^1.1",
"drupal/entity_events": "^2.0",
"guzzlehttp/guzzle": "^6.3",
"drupal/core": "^8.8 || ^9",
"drupal/core": "^9.4 || ^10"
},
"homepage": "https://drupal.org/project/virustotal",
"authors": [
......
name: VirusTotal API
type: module
description: Provides a framework for using the virustotal.com API.
core_version_requirement: ^8 || ^9
core_version_requirement: ^9.4 || ^10
package: VirusTotal
dependencies:
- entity_events:entity_events
......
......@@ -193,7 +193,7 @@ function virustotal_cron() {
}
}
}
module_load_install('virustotal');
\Drupal::moduleHandler()->loadInclude('virustotal', 'install');
virustotal_requirements('runtime');
$infected_files_markup = '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment