Files
edlp_d8/sites/all/modules/contrib/dev/entity/composer.json
T

11 lines
273 B
JSON

{
"name": "drupal/entity",
"type": "drupal-module",
"description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
"homepage": "http://drupal.org/project/entity",
"license": "GPL-2.0+",
"require": {
"drupal/core": "~8.5"
}
}