
test:
	vendor/bin/phpunit --colors tests

release:
	./package.sh

