From 83de15a02cdf2ab5ceaf8fee5b7332c9cb757e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20S=C3=B8derlind?= Date: Tue, 9 Jan 2024 17:59:12 +0100 Subject: [PATCH] Add kitchen-sink PHP extension bundle and enable networking feature --- .wordpress-org/blueprints/blueprint.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.wordpress-org/blueprints/blueprint.json b/.wordpress-org/blueprints/blueprint.json index 5fa6bdf..3018129 100644 --- a/.wordpress-org/blueprints/blueprint.json +++ b/.wordpress-org/blueprints/blueprint.json @@ -5,6 +5,12 @@ "php": "8.1", "wp": "latest" }, + "phpExtensionBundles": [ + "kitchen-sink" + ], + "features": { + "networking": true + }, "steps": [ { "step": "login",