stub2ref do not generate <ns>.md
[mdref/mdref] / composer.json
index 726f6d3cf881e05e1c0ef046f1c12ae059adaf44..a66e582af4cebbdfcd418f812252632d7c874dc3 100644 (file)
@@ -2,4 +2,33 @@
     "name": "m6w6/mdref",
     "description": "Quick Markdown Reference Browser",
     "license": "BSD-2-Clause",
+    "authors": [
+        {
+            "name": "Michael Wallner",
+            "email": "mike@php.net"
+        }
+    ],
+    "bin": [
+        "bin/ext2ref",
+        "bin/ref2html",
+        "bin/ref2stub",
+        "bin/stub2ref"
+    ],
+    "autoload": {
+        "psr-4": {
+            "mdref\\": "mdref/"
+        }
+    },
+    "require": {
+        "php": "^7.4 || ^8.0",
+        "ext-ctype": "*",
+        "ext-filter": "*",
+        "ext-pcre": "*",
+        "ext-http": "^3.2 || ^4.2",
+        "league/commonmark": "^2.0",
+        "phpdocumentor/reflection-docblock": "^5.3"
+    },
+    "suggests": {
+        "ext-discount": "A Markdown renderer is needed, this is the preferred one."
+    }
 }