From 47a1acddc6267d47dfe4c07ed9e282af98fa0a6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 10:28:04 +0000 Subject: [PATCH] composer: update league/commonmark requirement from >=2.7 to >=2.8.2 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.2) --- updated-dependencies: - dependency-name: league/commonmark dependency-version: 2.8.2 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..ab44ad3 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.2" }, "require-dev": { "robmorgan/phinx": "*",