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

Updated for PHP 8.2 dynamic property deprecation #427

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

RocketMan
Copy link
Owner

This PR updates the helper class LazyLoadParams to avoid dynamic properties, as they have been marked deprecated in PHP 8.2 and will raise an exception as of PHP 9.0. See https://wiki.php.net/rfc/deprecate_dynamic_properties

In addition, the minimum required version of PHP has been bumped to 7.4 to account for the use of the null coalescing assignment operator.

@RocketMan RocketMan added this to the v3.0.0 milestone Dec 12, 2023
@RocketMan RocketMan merged commit ee7810a into master Dec 12, 2023
4 checks passed
@RocketMan RocketMan deleted the dynamic-property-deprecation branch December 12, 2023 16:43
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