Files
edlp_d8/sites/all/modules/contrib/dev/entity/composer.json
T
2019-02-27 10:39:59 +01:00

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.6"
}
}