X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=composer.json;h=b017f4147bf53f226e089d0badfc202418b92b75;hb=2701d8c46a3047adbfc10d5e70dbdc490eae7245;hp=9ff5f9c1edf34dd2e060f3e564ddbf8d87320a67;hpb=3382e7a8a68f86a4cc5635c4a31831cfb586e962;p=mdref%2Fmdref diff --git a/composer.json b/composer.json index 9ff5f9c..b017f41 100644 --- a/composer.json +++ b/composer.json @@ -7,5 +7,22 @@ "name": "Michael Wallner", "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." + } }