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

update:
	composer update

test:
	phpunit tests

