8p / EightPointsGuzzleBundle

⛽️ Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony
MIT License
440 stars 71 forks source link

Upgrade PHPUnit from 6 to 7 #275

Closed gregurco closed 5 years ago

gregurco commented 5 years ago

Version 6 of PHPUnit is already not supported. We have to migrate to version 7. Version 8 is not proper for us yet, because it required at least PHP 7.2.

More info: https://phpunit.de/supported-versions.html Useful link: https://github.com/8p/EightPointsGuzzleBundle/blob/master/phpunit.xml.dist#L9

espipj commented 5 years ago

I suggest you to use https://github.com/rectorphp/rector to do so ;)

RageZBla commented 5 years ago

Let me try to take a stab at this one, I want to play with rector as well.

RageZBla commented 5 years ago

@gregurco is it OK to remove support for PHP 7.0 on travis?

gregurco commented 5 years ago

@RageZBla the support of PHP 7.0 is dropped in #274. So your PR will be merged after it.