You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project currently supports PHP versions down to 5.2. This makes development harder as it requires old versions of PHPUnit.
Installation of PHPUnit with composer does not work properly below PHP 5.5, so it requires some tweaks in .travis.yml to use the built-in PHPUnit from the Ubuntu image in these versions.
PHP 5.2 and 5.3 tests run on Ubuntu precise, which is EOL by Canonical.
I was implementing a new test, but discovered that the expectException call is not supported below PHPUnit 5.2.
I suggest the minimum requirement for this project should be raised to at least PHP 5.6.
The oldest supported PHP version is currently 7.2.
The text was updated successfully, but these errors were encountered:
This project currently supports PHP versions down to 5.2. This makes development harder as it requires old versions of PHPUnit.
Installation of PHPUnit with composer does not work properly below PHP 5.5, so it requires some tweaks in .travis.yml to use the built-in PHPUnit from the Ubuntu image in these versions.
PHP 5.2 and 5.3 tests run on Ubuntu precise, which is EOL by Canonical.
I was implementing a new test, but discovered that the expectException call is not supported below PHPUnit 5.2.
I suggest the minimum requirement for this project should be raised to at least PHP 5.6.
The oldest supported PHP version is currently 7.2.
The text was updated successfully, but these errors were encountered: