I was trying out doing a global installation of this package so I could keep it out of the project requirements, but ran into an issue. It looks like it's attempting to run after being globally installed because I get the error:
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
[UnexpectedValueException]
Imposter namespace is empty
I'm going to look in the code a bit, but I'm hoping it would be easy to make sure that if composer global is being run then the the package won't attempt to run.
I was trying out doing a global installation of this package so I could keep it out of the project requirements, but ran into an issue. It looks like it's attempting to run after being globally installed because I get the error:
I'm going to look in the code a bit, but I'm hoping it would be easy to make sure that if
composer globalis being run then the the package won't attempt to run.