Skip to content
Snippets Groups Projects

Resolve #3147278 "Drupal 9 compatibility support esc 8.0.x branch"

4 files
+ 19
8
Compare changes
  • Side-by-side
  • Inline

Files

+ 12
4
@@ -4,6 +4,12 @@
"type": "drupal-module",
"license": "GPL-2.0+",
"repositories": [
{
"type": "composer",
}
],
"authors": [
{
"name": "Jochen Verdeyen (jover)",
@@ -15,9 +21,11 @@
"issues": "https://www.drupal.org/project/issues/elasticsearch_aws_connector",
"source": "http://cgit.drupalcode.org/elasticsearch_aws_connector"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"drupal/core": "^8",
"drupal/core": "^8 || ^9",
}
}
\ No newline at end of file
}
Loading