doctrine / DoctrineORMModule

Doctrine ORM Module for Laminas
https://www.doctrine-project.org/projects/doctrine-orm-module.html
MIT License
437 stars 229 forks source link

PHP 8.2 Support #728

Closed rogervila closed 1 year ago

rogervila commented 1 year ago

Hi,

This PR needs https://github.com/doctrine/DoctrineModule to release a 5.3.x version to support PHP 8.2

rogervila commented 1 year ago

We will have to wait until https://github.com/doctrine/DoctrineModule/pull/796 is merged to get green on 8.2

rogervila commented 1 year ago

@driehle I upgraded DoctrineModule, based on the conversation on https://github.com/doctrine/DoctrineModule/issues/798

driehle commented 1 year ago

I think before we step deeper into the static analysis issues, it would make sense to provide a PR doing the same as in https://github.com/doctrine/DoctrineModule/pull/792. Then, we can rebase this PR and solve the remaining issues.

driehle commented 1 year ago

@rogervila Could you please rebase on latest 5.3.x?