extract stub.phtml
[mdref/mdref] / composer.json
index 9ff5f9c1edf34dd2e060f3e564ddbf8d87320a67..b017f4147bf53f226e089d0badfc202418b92b75 100644 (file)
@@ -7,5 +7,22 @@
             "name": "Michael Wallner",
             "email": "mike@php.net"
         }
-    ]
+    ],
+    "bin": ["bin/ref2stub"],
+    "autoload": {
+        "psr-4": {
+            "mdref\\": "mdref/"
+        }
+    },
+    "require": {
+        "php": "^7.3",
+        "ext-ctype": "^7.3",
+        "ext-http": "^3.2",
+        "ext-filter": "^7.3",
+        "ext-pcre": "^7.3"
+    },
+    "suggests": {
+        "ext-discount": "A Markdown renderer is needed, this is the preferred one.",
+        "ext-cmark": "A Markdown renderer is needed, this is the fallback one."
+    }
 }