Laminas-Commons / LmcRbacMvc

This repository is being abandoned. Please see LM-Commons/LmcRbacMvc.
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Support for Doctrine ORM? #7

Closed visto9259 closed 4 years ago

visto9259 commented 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.

visto9259 commented 4 years ago

I am bumping support to Doctrine ORM to v2 so that the test cases related to Roles can execute in PHP 7.