You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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-pluginSome PHPUnit methods used in tests are deprecated in newer versions. But that's easy to fix I guess.
What are your thoughts?
The text was updated successfully, but these errors were encountered: