
install:
	composer install --no-interaction --dev

update:
	composer update

test:
	vendor/bin/phpunit tests

