facile-it / paraunit

Run PHPUnit tests in parallel
https://engineering.facile.it/paraunit/
Apache License 2.0
140 stars 15 forks source link

Support PHPUnit 6; drop older language/dependencies versions #93

Closed Jean85 closed 7 years ago

Jean85 commented 7 years ago

This PR is solving #54.

Since supporting both PHPUnit 5 and 6 is not feasible, we are bumping up to PHPUnit 6 directly. This means that we can require php: ^7.0, and take advantage of all the new language constructs, like scalar and return type hints.

I still have to: