Files
development/composer.json
Clemens Schwaighofer 6133da9069 phpunit test must be installed in www/ folder
Because www folder is source base, if phpunit is installed outside it
cannot find the classes
2023-02-22 06:31:50 +09:00

7 lines
94 B
JSON

{
"require-dev": {
"phpstan/phpstan": "^1.9",
"phan/phan": "^5.4"
}
}