Doctrine Module release 0.8.1

Posted on April 16, 2015 by Gianluca Arbezzano


The Zend Framework Integration Team is happy to announce the new release of DoctrineModule. DoctrineModule 0.8.1 will be the last bugfix, it is the last version that will support PHP 5.3. Further versions of the 0.8.* series may still be released in case of security issues.

Following issues were solved in this release: : - [#376] Bumping PHP and ZF2 dependencies, branch alias for master

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

{
    "require": {
        "doctrine/doctrine-module": "0.8.1"
    }
}