neos / flow-development-collection

The unified repository containing the Flow core packages, used for Flow development.
https://flow.neos.io/
MIT License
137 stars 189 forks source link

BUGFIX: Pass composer event to update and install scripts #3348

Closed jonnitto closed 4 months ago

jonnitto commented 4 months ago

Currently it is not possible to get the composer event in install and update scripts. With this fix it is possible if the script should be interactive, for example: $event->getIO()->isInteractive()

kitsunet commented 4 months ago

yeah I am not concerned binding us to composer, there is no alternative anyways.