composer.json 273 B

12345678910
  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.1"
  9. }
  10. }