Closed visto9259 closed 4 years ago
What should be the minimum version of Doctrine ORM that this library should support?
There are no references to Doctrine in the source code but this is a test suite that fails when testing with --prefer-lowest and PHP 7.3.
It fails when creating a Doctrine\ORM\EntityManager because the file UnitOfWork.php in the doctrine/orm library has a statement that fails in PHP 7.3.
Doctrine\ORM\EntityManager
UnitOfWork.php
doctrine/orm
I am bumping support to Doctrine ORM to v2 so that the test cases related to Roles can execute in PHP 7.
What should be the minimum version of Doctrine ORM that this library should support?
There are no references to Doctrine in the source code but this is a test suite that fails when testing with --prefer-lowest and PHP 7.3.
It fails when creating a
Doctrine\ORM\EntityManager
because the fileUnitOfWork.php
in thedoctrine/orm
library has a statement that fails in PHP 7.3.