We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Branch 3.x works fine with the following PHP versions >= 7.2.5
I have done some testing with the following fork: https://github.com/hristokpopov/LocaleBundle/tree/php7
phpunit tests seem to pass as well. A few warnings are generated, but they are not related to the php version.
PHP >= 7.2.5 matches the version needed for Symfony 5.4: https://symfony.com/releases/5.4
Would it be possible to change the PHP requirement in composer.json to: "php": ">=7.2.5"
The text was updated successfully, but these errors were encountered:
if you can create a merge request and make the CI green, I do not see issues with it
Sorry, something went wrong.
The PHP requirement was changed to >= 7.2.5: #231
No branches or pull requests
Branch 3.x works fine with the following PHP versions >= 7.2.5
I have done some testing with the following fork:
https://github.com/hristokpopov/LocaleBundle/tree/php7
phpunit tests seem to pass as well. A few warnings are generated, but they are not related to the php version.
PHP >= 7.2.5 matches the version needed for Symfony 5.4:
https://symfony.com/releases/5.4
Would it be possible to change the PHP requirement in composer.json to:
"php": ">=7.2.5"
The text was updated successfully, but these errors were encountered: