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" + } }