Closed Jean85 closed 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.
php: ^7.0
I still have to:
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: