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