From 41744eae994ff8acd74c4e04ecb8b66a7e0eb013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:07:11 +0000 Subject: [PATCH] composer: update league/commonmark requirement from >=2.7 to >=2.8.3 Updates the requirements on [league/commonmark](https://github.com/thephpleague/commonmark) to permit the latest version. - [Release notes](https://github.com/thephpleague/commonmark/releases) - [Changelog](https://github.com/thephpleague/commonmark/blob/2.8/CHANGELOG.md) - [Commits](https://github.com/thephpleague/commonmark/compare/2.7.0...2.8.3) --- updated-dependencies: - dependency-name: league/commonmark dependency-version: 2.8.3 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 333cb66..9129ae3 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "vitexsoftware/ease-core": "^1.50", "vitexsoftware/ease-fluentpdo": "^1.4", "vitexsoftware/ease-twbootstrap5": "^1.2", - "league/commonmark": ">=2.7" + "league/commonmark": ">=2.8.3" }, "require-dev": { "robmorgan/phinx": "*",