diff --git a/composer.json b/composer.json index 9849935..c22c07f 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "require": { "php": ">=7.2", "ext-mbstring": "*", - "erusev/parsedown": "^1.7", + "erusev/parsedown": "1.7.x-dev#f7285e7", "symfony/polyfill-intl-normalizer": "^1.31" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 60f4a8a..2163ee5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "282581dc840171ff5aaaf39ad242a12a", + "content-hash": "c27d4b183be86ec7d95203f1a84b86e2", "packages": [ { "name": "erusev/parsedown", - "version": "1.7.4", + "version": "1.7.x-dev", "source": { "type": "git", "url": "https://github.com/erusev/parsedown.git", - "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3" + "reference": "f7285e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3", - "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3", + "url": "https://api.github.com/repos/erusev/parsedown/zipball/f7285e7", + "reference": "f7285e7", "shasum": "" }, "require": { @@ -25,7 +25,7 @@ "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35" + "phpunit/phpunit": "^4.8|^5.7|^6.5|^7.5|^8.5|^9.6" }, "type": "library", "autoload": { @@ -54,7 +54,7 @@ "issues": "https://github.com/erusev/parsedown/issues", "source": "https://github.com/erusev/parsedown/tree/1.7.x" }, - "time": "2019-12-30T22:54:17+00:00" + "time": "2024-07-12T14:59:16+00:00" }, { "name": "symfony/polyfill-intl-normalizer", @@ -751,7 +751,9 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": { + "erusev/parsedown": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": {