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

fix implicitly nullable via default value null for PHP-8.4 #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

txdFabio
Copy link

@txdFabio txdFabio commented Dec 5, 2024

use of explicit nullable type for php-8.4 compatibility

Copy link
Member

@aik099 aik099 left a comment

Choose a reason for hiding this comment

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

This change breaks support for PHP versions below PHP 7.2.

@txdFabio
Copy link
Author

txdFabio commented Dec 5, 2024

you're right... can we change composer requirements to supporto only newer versions? Do I have to submit another PR?

@aik099
Copy link
Member

aik099 commented Dec 6, 2024

@davedevelopment, should we raise the minimum supported PHP version of the library (e.g., to PHP 7.2) to allow changes like the one proposed in this PR to work on PHP 8.4?

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