-
-
Notifications
You must be signed in to change notification settings - Fork 461
Open
Description
After upgrading doctrine/orm (3.4.3 => 3.5.0) the following deprecation message is new.
User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:130, doctrine/orm#12005, package doctrine/orm)
https://github.com/doctrine/DoctrineBundle/blob/2.15.x/src/DoctrineBundle.php#L130
I guess the solution is to only load it for PHP < 8.4
dmamchyts, garak, W0rma, brianfreytag, luchaninov and 8 more