Hello,
Are there any plans for adding support for PHP 8?
Today I checked what needs to be updated. All dependencies except php-cs-fixer have PHP 8 compatible versions. So the issues I found are:
-
php-cs-fixer needs to updated. There is an issue about it there. Looks like it's still a work in progress. But as mentioned in the discussion here, it is not really a blocker. PHAR release can be downloaded and used in CI. Or something like https://github.com/bamarni/composer-bin-plugin
-
Some PHPUnit methods used in tests are deprecated in newer versions. But that's easy to fix I guess.
What are your thoughts?
Hello,
Are there any plans for adding support for PHP 8?
Today I checked what needs to be updated. All dependencies except
php-cs-fixerhave PHP 8 compatible versions. So the issues I found are:php-cs-fixerneeds to updated. There is an issue about it there. Looks like it's still a work in progress. But as mentioned in the discussion here, it is not really a blocker. PHAR release can be downloaded and used in CI. Or something like https://github.com/bamarni/composer-bin-pluginSome PHPUnit methods used in tests are deprecated in newer versions. But that's easy to fix I guess.
What are your thoughts?