X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=composer.json;h=e82c81f895b2faafdd6289f90b6706e2e8bd52c1;hb=bc86592d0e9c071c91c2e1714340731a7ac9d4c1;hp=4a4999983bf2e0dd5777abb3c3e565b0076efd05;hpb=081cec2c9cfe879588d5989bcc09a34412f1d9c9;p=mdref%2Fmdref diff --git a/composer.json b/composer.json index 4a49999..e82c81f 100644 --- a/composer.json +++ b/composer.json @@ -20,15 +20,14 @@ } }, "require": { - "php": "^7.3 || ^8.0", + "php": "^8.0", "ext-ctype": "*", + "ext-dom": "*", + "ext-libxml": "*", "ext-filter": "*", "ext-pcre": "*", - "ext-http": "^3.2 || ^4.2", - "league/commonmark": "^2.0", + "ext-http": "^4.2", + "league/commonmark": "~2.1.0", "phpdocumentor/reflection-docblock": "^5.3" - }, - "suggests": { - "ext-discount": "A Markdown renderer is needed, this is the preferred one." } }