The goals is to identify the code smells and fix it.
You can check the complexity using
make complexity
or
make docker-complexity
PHP 7.1
or
docker
Install dependencies with composer:
composer install
Run the tests
make tests
Install dependencies with composer:
make docker-composer
Run the tests
make docker-tests