wujunxiong 4725452b86 初始版本提交 | il y a 2 ans | |
---|---|---|
.. | ||
.psalm | il y a 2 ans | |
src | il y a 2 ans | |
ChangeLog.md | il y a 2 ans | |
LICENSE | il y a 2 ans | |
README.md | il y a 2 ans | |
composer.json | il y a 2 ans |
Library for calculating the complexity of PHP code units.
You can add this library as a local, per-project dependency to your project using Composer:
composer require sebastian/complexity
If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:
composer require --dev sebastian/complexity