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.3 support #748

Closed FabianKoestring closed 7 months ago

FabianKoestring commented 9 months ago

Are there any plan to support php 8.3.0 in the near future?

driehle commented 9 months ago

This module depends on doctrine-laminas-hydrator, which with 3.4.0 has already received PHP 8.3 support, and doctrine-module, which still waits for PHP 8.3 support.

Feel free to provide a PR to push this forward. We will, however, first need to care about doctrine-module, then about doctrine-orm-module.

TomHAnderson commented 9 months ago

I've started a branch for this repository and I'll get DoctrineModule updated too. Hope to make those PRs this weekend.

TomHAnderson commented 9 months ago

See https://github.com/doctrine/DoctrineORMModule/pull/749 for the state of 8.3 support

driehle commented 7 months ago

Closed with #749