v0.11.2: Relax php constraint to allow PHP 8 (#137)
* Relax php constraint to allow PHP 8 * Run tests against PHP 8.0 * Allow installing PHPUnit 9 PHPUnit has very narrow range of supported php version. PHPUnit 7 is still needed and used for php <7.3. * Update slevomat/coding-standard