From 1918a7572d721f592d582fbb6534d489b62fd1ab Mon Sep 17 00:00:00 2001 From: Jay Potter Date: Wed, 19 Aug 2026 21:40:12 -0400 Subject: [PATCH] require roots/wordpress --- composer.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3eb2c2f..4153d6b 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,8 @@ "name": "potter-commerce/server", "type": "library", "require": { - "php": "^8.5.9" + "php": "^8.5.9", + "roots/wordpress": "^7.1" }, "autoload": { "psr-4": { @@ -15,5 +16,10 @@ "email": "j@ypotter.ca" } ], - "minimum-stability": "stable" + "minimum-stability": "stable", + "config": { + "allow-plugins": { + "roots/wordpress-core-installer": true + } + } }