Skip to content
Snippets Groups Projects

Issue #3126017: Add core version requirement support for drupal 9

3 files
+ 17
2
Compare changes
  • Side-by-side
  • Inline
Files
3
composer.json 0 → 100644
+ 15
0
{
"name": "drupal/easy_social",
"description": "Easily add share buttons to your nodes",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"support": {
"issues": "https://www.drupal.org/project/issues/easy_social",
"source": "https://git.drupalcode.org/project/easy_social"
},
"require": {
"drupal/core": "^8 || ^9"
}
}
Loading