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

Add PHP 8.3 support #32

Conversation

youwe-petervanderwal
Copy link
Contributor

Add support for PHP versions 8.1 till 8.3

Pending webgriffe/amp-elasticsearch#6

Readme still contained PHP versions that aren't supported anymore
Error: Function utf8_encode() is deprecated in /srv/esb/vendor/monolog/monolog/src/Monolog/Utils.php on line 179
Resolved with: Implementing Monolog\Utils::detectAndCleanUtf8() from Monolog version 2.8
To avoid dependency conflicts with project dependencies, require BC Check tool in a separate directory
Comment on lines +41 to +43
"suggest": {
"ext-mbstring": "*"
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should move this to the requirements so we can remove the mb_convert_encoding symbol from the composer require checker whitelist.

Comment on lines +4 to +5
"null", "true", "false", "static", "self", "parent",
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object", "mixed", "never",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are those core symbols whitelisted? There weren't the need to whitelist them previously...

@mmenozzi mmenozzi marked this pull request as ready for review October 28, 2024 14:44
@mmenozzi
Copy link
Member

I'm going to close this in favor of #38 as I had to do some changes...

@mmenozzi mmenozzi closed this Oct 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.

2 participants