require roots/wordpress

This commit is contained in:
2026-08-19 21:40:12 -04:00
parent 7eff0d4607
commit 1918a7572d
+8 -2
View File
@@ -2,7 +2,8 @@
"name": "potter-commerce/server", "name": "potter-commerce/server",
"type": "library", "type": "library",
"require": { "require": {
"php": "^8.5.9" "php": "^8.5.9",
"roots/wordpress": "^7.1"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@@ -15,5 +16,10 @@
"email": "j@ypotter.ca" "email": "j@ypotter.ca"
} }
], ],
"minimum-stability": "stable" "minimum-stability": "stable",
"config": {
"allow-plugins": {
"roots/wordpress-core-installer": true
}
}
} }