Added Entity and Entity Reference Revisions which got dropped somewhere along the...
[yaffs-website] / web / modules / contrib / entity / composer.json
1 {
2   "name": "drupal/entity",
3   "type": "drupal-module",
4   "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
5   "homepage": "http://drupal.org/project/entity",
6   "license": "GPL-2.0+",
7   "require": {
8     "drupal/core": "^8.6"
9   }
10 }