minkphp / MinkBrowserKitDriver

Symfony2 BrowserKit driver for Mink framework
MIT License
550 stars 80 forks source link

Enable upgrade to PHP 8.0 #155

Closed webdevel closed 2 years ago

webdevel commented 3 years ago

This breaks backward compatibility which seems is not avoidable. Enable upgrade to PHP 8.0, Symfony 5.2, PHPUnit 8.5 and 9.5.

PHP Maintained Versions https://www.php.net/supported-versions.php

I have an open PR here for driver-testsuite https://github.com/minkphp/driver-testsuite/pull/46.

Please consider proposal of merging into master for a major release breaking backward compatibility with deprecated versions no longer supported or maintained upstream. Thank you for your consideration.

stof commented 2 years ago

PHP 8 support in the CI is done in #158. The rest of this PR is dropping support for Symfony 4, which is a no-go.