DoctrineORMModule release 0.9.0

Posted on May 5, 2015 by Gianluca Arbezzano


The Zend Framework Integration Team is happy to announce the new release of DoctrineORMModule.

DoctrineORMModule 0.9.0 is out of the door!!

Note that this is the last version that supports doctrine/migrations. We are working on extracting this feature into an independent module.

Follow issue #401.

The Following issues were solved in this release: : - [#199] Add 'entity_listener_resolver' config key

To install this version, simply update your composer.json:

{
    "require": {
        "doctrine/doctrine-orm-module": "0.9.0"
    }
}