Skip to content
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

[Core] Ensure relevant polyfills are replaced #108

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

BitcoinMitchell
Copy link
Collaborator

Description

As mentioned in https://github.com/symfony/polyfill, one should add relevant replacements when dealing with Symfony, so unnecessary polyfills are excluded. This PR does exactly that.

We require PHP8, so all polyfills before that are not necessary (PHP5.4 -> PHP7.4). We require mbstring, thus polyfill-mbstring is not needed as well.

Type of change

  • Refactor (non-breaking change which improves the codebase)

Executed `composer normalize` as well
@BitcoinMitchell BitcoinMitchell merged commit 596d4fa into 6.x Feb 22, 2024
4 checks passed
@BitcoinMitchell BitcoinMitchell deleted the replace-more-symfony-polyfills branch February 22, 2024 14:18
@BitcoinMitchell BitcoinMitchell self-assigned this Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant