sebastianbergmann / dbunit

DbUnit port for PHP/PHPUnit.
https://phpunit.de/
Other
225 stars 185 forks source link

Drop support for PHP < 5.6 #168

Closed sebastianbergmann closed 9 years ago

sebastianbergmann commented 9 years ago

PHPUnit 4.8, which was released today, is the last version of PHPUnit to support PHP 5.3, PHP 5.4, and PHP 5.5. I think that DbUnit should follow PHPUnit's lead and only support PHP 5.6 and PHP 7 in a DbUnit 2.0 release that should happen within the next two months.

Requiring a newer version of PHP would make new features such as #167 possible.

elazar commented 9 years ago

:+1:

sebastianbergmann commented 9 years ago

Implemented in master.