-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 8 support #23
Comments
As I see, the phpunit is blocking right now. I've tried the upgrade to version 9.5.2 and found another bug (9 to be exact):
Fix is rather easy in Twig/MoneyExtension.php:43
Another way would be changing values of consts to integers:
The first option isn't a BC break. I can prepare a PR if you want. |
Personally I'd use this but ofc I'm not the maintainer here... use whichever non-BC break method you like, I'm sure the PR will be appreciated. $noFormatter->setAttribute(NumberFormatter::GROUPING_USED, (int) $groupingUsed); |
Currently this bundle doesn't allow PHP 8. All required packages seem to already do so. Is there any blocker here?
The text was updated successfully, but these errors were encountered: