From 2cf9a7d9b35b30b631ea609a9f678ed28b0b0f3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:12:28 +0000 Subject: [PATCH] [master]: Update johnpbloch/wordpress requirement from 6.9.0 to 6.9.1 Updates the requirements on [johnpbloch/wordpress](https://github.com/johnpbloch/wordpress) to permit the latest version. - [Commits](https://github.com/johnpbloch/wordpress/compare/6.9.0...6.9.1) --- updated-dependencies: - dependency-name: johnpbloch/wordpress dependency-version: 6.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] (cherry picked from commit 9852a4ee436e7b4d5c85a982f2fd35093cab1d56) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 189ad59..8a9c2e7 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "require": { "php": ">=8.2", "stuttter/wp-user-signups": "^5.0.2", - "johnpbloch/wordpress": "6.9.0", + "johnpbloch/wordpress": "6.9.1", "altis/cms-installer": "^0.4.4", "humanmade/clean-html": "^2.0.0", "humanmade/altis-reusable-blocks": "~0.2.4",