Upgraded imagemagick and manually altered pdf to image module to handle changes....
[yaffs-website] / web / modules / contrib / imagemagick / composer.json
1 {
2     "name": "drupal/imagemagick",
3     "type": "drupal-module",
4     "description": "Provides an image toolkit to integrate ImageMagick with the Image API.",
5     "require": {
6         "drupal/core": "^8.3",
7         "drupal/file_mdm": "^1.1",
8         "drupal/file_mdm_exif": "^1.1"
9     }
10 }