From 279d70d2836274cca47d9519aff5e0ef05b476c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 11:13:42 +0000 Subject: [PATCH] Update michelf/php-markdown requirement from ^1.9 to ^1.9 || ^2.0 Updates the requirements on [michelf/php-markdown](https://github.com/michelf/php-markdown) to permit the latest version. - [Release notes](https://github.com/michelf/php-markdown/releases) - [Commits](https://github.com/michelf/php-markdown/compare/1.9.0...2.0.0) --- updated-dependencies: - dependency-name: michelf/php-markdown dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9ad12c2..32ae29a 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "minimum-stability": "stable", "require": { "php": ">=7.4", - "michelf/php-markdown": "^1.9", + "michelf/php-markdown": "^1.9 || ^2.0", "vlucas/phpdotenv": "^5", "ext-curl": "*", "ext-simplexml": "*",