Scaffold provider interface and test bootstrap
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user