This package uses composer-require-checker to check if all dependencies are correctly defined in composer.json.
To run the checker, execute the following command:
composer run check-dependenciesMutation testing is checked with Infection. To run it:
composer run mutationThe code is statically analyzed with Psalm. To run static analysis:
composer run psalmThe code is tested with PHPUnit. To run tests:
composer run test