

install:
	composer install

test:
	./vendor/bin/phpunit tests

