doctrine / DoctrineModule

Doctrine Module for Laminas
http://www.doctrine-project.org/projects/doctrine-module.html
MIT License
398 stars 269 forks source link

Fix configuration for laminas-component-installer #732

Closed driehle closed 3 years ago

driehle commented 3 years ago

The composer.json currently still holds an extra configuration targeted at the Zend Framework component installer, which was not ported to Laminas correctly. This PR holds the changes for porting this extra configuration to Laminas.

Note that in contrast to DoctrineModule (this repository), DoctrineORMModule was updated correctly: https://github.com/doctrine/DoctrineORMModule/blob/4.0.x/composer.json#L44

Besides, the branch aliases for 1.2-dev and 2.0-dev are outdated and should removed.

greg0ire commented 3 years ago

Thanks @driehle !