Cerdic/CSSTidy

state required php-version in composer.json

Idrinth opened this issue · 0 comments

makes it easier to fail fast - on require in this case.

{
	"require": {
		"php": ">=5.3"
	}
}

Or something along those lines