mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
mkdir -p tools/phpmetrics composer require --working-dir=tools/phpmetrics phpmetrics/phpmetrics:^3.0rc6
8 lines
122 B
JSON
8 lines
122 B
JSON
{
|
|
"includes": ["system"],
|
|
"excludes": ["ThirdParty"],
|
|
"report": {
|
|
"html": "build/phpmetrics/"
|
|
}
|
|
}
|