Upgraded imagemagick and manually altered pdf to image module to handle changes....
[yaffs-website] / web / modules / contrib / imagemagick / composer.json
diff --git a/web/modules/contrib/imagemagick/composer.json b/web/modules/contrib/imagemagick/composer.json
new file mode 100644 (file)
index 0000000..4e0e46e
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "drupal/imagemagick",
+    "type": "drupal-module",
+    "description": "Provides an image toolkit to integrate ImageMagick with the Image API.",
+    "require": {
+        "drupal/core": "^8.3",
+        "drupal/file_mdm": "^1.1",
+        "drupal/file_mdm_exif": "^1.1"
+    }
+}