From d72733b01f82ac9527fa7e0446f37aa32f4609ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 10:05:27 +0000 Subject: [PATCH] composer: update league/commonmark requirement from >=2.7 to >=2.10.0 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.10/CHANGELOG.md) - [Commits](https://github.com/thephpleague/commonmark/compare/2.7.0...2.10.0) --- updated-dependencies: - dependency-name: league/commonmark dependency-version: 2.10.0 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..cda44b5 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.10.0" }, "require-dev": { "robmorgan/phinx": "*",