X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=composer.json;h=01de530ee30a826f24c04e03168fa295c32936c8;hb=91dbc48e3d909bc05e45daee66610cc3c76780c6;hp=e8a17617c254c83bb28d9435424c25838e73f394;hpb=9d7a4b3fe45e2e82918a8cdf2dde323b3008ff84;p=mdref%2Fmdref diff --git a/composer.json b/composer.json index e8a1761..01de530 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,30 @@ "name": "m6w6/mdref", "description": "Quick Markdown Reference Browser", "license": "BSD-2-Clause", + "authors": [ + { + "name": "Michael Wallner", + "email": "mike@php.net" + } + ], + "bin": [ + "bin/ref2stub", + "bin/ref2html" + ], + "autoload": { + "psr-4": { + "mdref\\": "mdref/" + } + }, "require": { - "m6w6/autocracy": "dev-master" + "php": "^7.3 || ^8.0", + "ext-ctype": "*", + "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." } }