laminas / laminas-component-installer

Composer plugin for injecting modules and configuration providers into application configuration
https://docs.laminas.dev/laminas-component-installer/
BSD 3-Clause "New" or "Revised" License
27 stars 12 forks source link

fix erros with composer commands #19

Closed kpicaza closed 3 years ago

kpicaza commented 3 years ago

Signed-off-by: kpicaza 1093654+kpicaza@users.noreply.github.com

Q A
Bugfix yes
BC Break yes

Description

The error described in issue #18, it affects:

This way we ensure to only instantiate RootPackageRepository once and only instantiate it in "post-package-install" event context, avoiding the error in listed commands.

svycka commented 3 years ago

thanks, it works :+1: