X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=composer.json;h=b017f4147bf53f226e089d0badfc202418b92b75;hb=2701d8c46a3047adbfc10d5e70dbdc490eae7245;hp=48578c2e8e424c3328758a57640ccc2d25dc2b71;hpb=52a547755ed5cc280150c73b83e4f738760341b4;p=mdref%2Fmdref diff --git a/composer.json b/composer.json index 48578c2..b017f41 100644 --- a/composer.json +++ b/composer.json @@ -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." } }