-
Notifications
You must be signed in to change notification settings - Fork 10
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
PHP 8 support (drops PHP 7.0/7.1) #9
base: master
Are you sure you want to change the base?
Conversation
…-5.x Add support for Symfony 5.x
composer.json
Outdated
"php": "^7.0", | ||
"symfony/property-access": "^3.2|^4.0" | ||
"php": "^7.2 || ^8.0", | ||
"symfony/property-access": "^3.2 || ^4.0 || ^5.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"symfony/property-access": "^3.2 || ^4.0 || ^5.0" | |
"symfony/property-access": "^3.2 || ^4.0 || ^5.0 || ^6.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to support Symfony 7 as well.
@havvg any capacity available to bring this library to the modern age of PHP 8.x ? Happy to help where needed, but merging this PR and releasing it seems to be a first step. |
@edudobay I see tests don't run, so any chance you could add the Github CI yaml files for that? |
@rvanlaak Sure! Will do this later today. |
I think GitHub Actions need to be enabled in this repository, but in my fork the tests are running: https://github.com/edudobay/doctrine-nullable-embeddable/actions/runs/6499755366 |
This builds on #7 (approved but not yet merged) to add PHP 8 support, dropping support for PHP 7.0/7.1.