ddev-phpunit-command-example/composer.json

14 lines
295 B
JSON
Raw Permalink Normal View History

2020-08-27 19:25:30 +00:00
{
"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"
}
}