Closed driehle closed 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.
composer.json
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.
Thanks @driehle !
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.