AlexeyShobanov/php-project-lvl2

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
install:
    composer install

lint:
    composer phpcs -- --standard=PSR12 src bin tests

test:
    composer phpunit tests