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

PHP 8 support (drops PHP 7.0/7.1) #9

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

edudobay
Copy link

This builds on #7 (approved but not yet merged) to add PHP 8 support, dropping support for PHP 7.0/7.1.

  • PHPUnit upgraded: minimum required version is 8.x (requires PHP >= 7.2)

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"

Choose a reason for hiding this comment

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

Suggested change
"symfony/property-access": "^3.2 || ^4.0 || ^5.0"
"symfony/property-access": "^3.2 || ^4.0 || ^5.0 || ^6.0"

Copy link
Author

Choose a reason for hiding this comment

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

Done!

Copy link
Author

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.

@rvanlaak
Copy link

@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.

@rvanlaak
Copy link

@edudobay I see tests don't run, so any chance you could add the Github CI yaml files for that?

@edudobay
Copy link
Author

@rvanlaak Sure! Will do this later today.

@edudobay
Copy link
Author

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

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.

None yet

3 participants