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