The package is tested with PHPUnit. To run tests:
./vendor/bin/phpunitThe code is statically analyzed with Psalm. To run static analysis:
./vendor/bin/psalmPackage used PHP CS Fixer to maintain Yii code style. To check and fix code style:
composer cs-fixUse Rector to make codebase follow some specific rules or use either newest or any specific version of PHP:
./vendor/bin/rectorUse ComposerRequireChecker to detect transitive Composer dependencies:
./vendor/bin/composer-require-checker