X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=composer.json;h=b017f4147bf53f226e089d0badfc202418b92b75;hb=2701d8c46a3047adbfc10d5e70dbdc490eae7245;hp=2a36108e6da70eda09853ac4869ab836f933bf7f;hpb=1a5b9091eb508456beff1dc09e2af3301f880c47;p=mdref%2Fmdref diff --git a/composer.json b/composer.json index 2a36108..b017f41 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,28 @@ { + "name": "m6w6/mdref", + "description": "Quick Markdown Reference Browser", + "license": "BSD-2-Clause", + "authors": [ + { + "name": "Michael Wallner", + "email": "mike@php.net" + } + ], + "bin": ["bin/ref2stub"], + "autoload": { + "psr-4": { + "mdref\\": "mdref/" + } + }, "require": { - "m6w6/autocracy": "dev-master" + "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." } }