Skip to content

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

Open
edudobay wants to merge 13 commits into
tarifhaus:masterfrom
edudobay:php8
Open

PHP 8 support (drops PHP 7.0/7.1)#9
edudobay wants to merge 13 commits into
tarifhaus:masterfrom
edudobay:php8

Conversation

@edudobay

Copy link
Copy Markdown

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)

Comment thread 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"

Copy link
Copy Markdown

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
Copy Markdown
Author

Choose a reason for hiding this comment

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

Done!

Copy link
Copy Markdown
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
Copy Markdown

@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
Copy Markdown

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

@edudobay

Copy link
Copy Markdown
Author

@rvanlaak Sure! Will do this later today.

@edudobay

Copy link
Copy Markdown
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.

3 participants