I propose this library drops support for older PHP versions so it can use newer PHP features.
According to https://www.php.net/supported-versions.php, PHP 7.2 recently reached its end of life. So I propose to drop support for all PHP versions < 7.2.
(We then can use Rector to upgrade the code accordingly.)
What do you think?