X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=composer.json;h=e82c81f895b2faafdd6289f90b6706e2e8bd52c1;hb=HEAD;hp=b017f4147bf53f226e089d0badfc202418b92b75;hpb=cc51febb88600aa4fcd4881d880f698b450bb3ff;p=mdref%2Fmdref diff --git a/composer.json b/composer.json index b017f41..e82c81f 100644 --- a/composer.json +++ b/composer.json @@ -8,21 +8,26 @@ "email": "mike@php.net" } ], - "bin": ["bin/ref2stub"], + "bin": [ + "bin/ext2ref", + "bin/ref2html", + "bin/ref2stub", + "bin/stub2ref" + ], "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." + "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" } }