Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / file_mdm / composer.json
diff --git a/web/modules/contrib/file_mdm/composer.json b/web/modules/contrib/file_mdm/composer.json
new file mode 100644 (file)
index 0000000..3872c5e
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "drupal/file_mdm",
+    "type": "drupal-module",
+    "description": "Provides a service to manage file metadata.",
+    "require": {
+        "php": ">=5.6",
+        "phenx/php-font-lib": "0.5",
+        "lsolesen/pel": "0.9.6"
+    }
+}