X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=composer.json;h=e82c81f895b2faafdd6289f90b6706e2e8bd52c1;hb=e1eca79e3b05d17899ae0eec293c5762c99c0480;hp=01de530ee30a826f24c04e03168fa295c32936c8;hpb=33d1f049c4cdd3fa2bf4437875685d819e35fff4;p=mdref%2Fmdref diff --git a/composer.json b/composer.json index 01de530..e82c81f 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,10 @@ } ], "bin": [ + "bin/ext2ref", + "bin/ref2html", "bin/ref2stub", - "bin/ref2html" + "bin/stub2ref" ], "autoload": { "psr-4": { @@ -18,14 +20,14 @@ } }, "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" } }