From 2f516c112b2084d8bfed24c9893370bcc05fc3e9 Mon Sep 17 00:00:00 2001 From: Lee Maguire Date: Tue, 28 Jul 2026 16:18:44 +0100 Subject: [PATCH] Update to WordPress v7 --- config/application.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/config/application.json b/config/application.json index 6cafa62..f6c67eb 100644 --- a/config/application.json +++ b/config/application.json @@ -1,7 +1,8 @@ { - "php": "8.3", - "wordpress": { - "repository": "git@github.com:dxw/wordpress-snapshot", - "revision": "v6" - } + "php": "8.3", + "wordpress": { + "repository": "git@github.com:dxw/wordpress-snapshot", + "staging": "v7", + "prod": "v7" + } }