Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for old PHP versions #378

Closed
datagutten opened this issue Mar 15, 2020 · 2 comments · Fixed by #470
Closed

Drop support for old PHP versions #378

datagutten opened this issue Mar 15, 2020 · 2 comments · Fixed by #470
Milestone

Comments

@datagutten
Copy link
Contributor

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.

@ozh
Copy link
Collaborator

ozh commented Mar 15, 2020

I dramatically concur.

@jrfnl jrfnl added this to the 2.0.0 milestone Mar 20, 2021
@jrfnl
Copy link
Member

jrfnl commented Mar 20, 2021

The intention is to address this in version 2.0.0 - see #460

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants