Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / phenx / php-font-lib / composer.json
diff --git a/vendor/phenx/php-font-lib/composer.json b/vendor/phenx/php-font-lib/composer.json
new file mode 100644 (file)
index 0000000..31f7e24
--- /dev/null
@@ -0,0 +1,24 @@
+{
+    "name": "phenx/php-font-lib",
+    "type": "library",
+    "description": "A library to read, parse, export and make subsets of different types of font files.",
+    "homepage": "https://github.com/PhenX/php-font-lib",
+    "license": "LGPL-3.0",
+    "authors": [
+        {
+            "name": "Fabien Ménager",
+            "email": "fabien.menager@gmail.com"
+        }
+    ],
+    "autoload": {
+        "psr-4": {
+            "FontLib\\": "src/FontLib"
+        }
+    },
+    "config": {
+      "bin-dir": "bin"
+    },
+    "require-dev": {
+        "phpunit/phpunit": "^4.8"
+    }
+}