setup:
	composer install
test:
	vendor/bin/phpunit
rector:
	vendor/bin/rector process src/
