workflow/publish: update to php-8.1
[mdref/mdref] / composer.json
index 9ff5f9c1edf34dd2e060f3e564ddbf8d87320a67..e82c81f895b2faafdd6289f90b6706e2e8bd52c1 100644 (file)
@@ -7,5 +7,27 @@
             "name": "Michael Wallner",
             "email": "mike@php.net"
         }
-    ]
+    ],
+    "bin": [
+        "bin/ext2ref",
+        "bin/ref2html",
+        "bin/ref2stub",
+        "bin/stub2ref"
+    ],
+    "autoload": {
+        "psr-4": {
+            "mdref\\": "mdref/"
+        }
+    },
+    "require": {
+        "php": "^8.0",
+        "ext-ctype": "*",
+        "ext-dom": "*",
+        "ext-libxml": "*",
+        "ext-filter": "*",
+        "ext-pcre": "*",
+        "ext-http": "^4.2",
+        "league/commonmark": "~2.1.0",
+        "phpdocumentor/reflection-docblock": "^5.3"
+    }
 }