Upgraded imagemagick and manually altered pdf to image module to handle changes....
[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.5"
9   }
10 }