generator: notices to stderr
[mdref/mdref] / composer.json
index 01de530ee30a826f24c04e03168fa295c32936c8..e82c81f895b2faafdd6289f90b6706e2e8bd52c1 100644 (file)
@@ -9,8 +9,10 @@
         }
     ],
     "bin": [
+        "bin/ext2ref",
+        "bin/ref2html",
         "bin/ref2stub",
-        "bin/ref2html"
+        "bin/stub2ref"
     ],
     "autoload": {
         "psr-4": {
         }
     },
     "require": {
-        "php": "^7.3 || ^8.0",
+        "php": "^8.0",
         "ext-ctype": "*",
+        "ext-dom": "*",
+        "ext-libxml": "*",
         "ext-filter": "*",
         "ext-pcre": "*",
-        "ext-http": "^3.2 || ^4.2",
-        "league/commonmark": "^2.0"
-    },
-    "suggests": {
-        "ext-discount": "A Markdown renderer is needed, this is the preferred one."
+        "ext-http": "^4.2",
+        "league/commonmark": "~2.1.0",
+        "phpdocumentor/reflection-docblock": "^5.3"
     }
 }