gluck1986/project-lvl1-s156

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
install:
    composer install
test:
    composer run-script phpunit
run:
    bin/brain-games
lint:
    composer run-script phpcs -- --standard=PSR2 src bin