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