require roots/wordpress
This commit is contained in:
+8
-2
@@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user