running on php-7.3 now
[mdref/mdref] / composer.json
index 48578c2e8e424c3328758a57640ccc2d25dc2b71..b017f4147bf53f226e089d0badfc202418b92b75 100644 (file)
@@ -8,10 +8,21 @@
             "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."
     }
 }