14 lines
295 B
JSON
14 lines
295 B
JSON
|
{
|
||
|
"name": "opdavies/ddev-phpunit-command-example",
|
||
|
"description": "An example of adding a custom PHPUnit command to a DDEV project.",
|
||
|
"license": "MIT",
|
||
|
"autoload-dev": {
|
||
|
"psr-4": {
|
||
|
"App\\Tests\\": "tests/"
|
||
|
}
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^9.3"
|
||
|
}
|
||
|
}
|