#!/usr/bin/make -f
%:
	dh $@ --with phpcomposer

override_dh_auto_configure:
	phpab --output src/autoload.php src
