From c04af1acba9e675ba3b45f23903d525608d1380b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 13:43:09 +0000 Subject: [PATCH] deps(deps): update johnpbloch/wordpress requirement from 6.9.4 to 7.0.0 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.4...7.0.0) --- updated-dependencies: - dependency-name: johnpbloch/wordpress dependency-version: 7.0.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 80fefeb..2017aaa 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "php": ">=8.1", "composer/installers": "^2.2", "inpsyde/wp-translation-downloader": "^2.6", - "johnpbloch/wordpress": "6.9.4", + "johnpbloch/wordpress": "7.0.0", "oscarotero/env": "^2.1", "vlucas/phpdotenv": "^5.5" },