Scaffold provider interface and test bootstrap

This commit is contained in:
Keith Solomon
2026-08-09 22:35:23 -05:00
parent 730893c1f0
commit 4a9f43c850
6 changed files with 2280 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "keithsolomon/projects-portfolio",
"description": "WordPress plugin — dev-only test dependencies.",
"type": "wordpress-plugin",
"require": {
"php": ">=7.4"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"brain/monkey": "^2.6",
"yoast/phpunit-polyfills": "^2.0"
},
"config": {
"allow-plugins": {
"php-http/discovery": false
}
}
}