Closed
Description
Is there a valid reason why scripts are not executed for dependencies? I'm sure this has been discussed before, but I couldn't find an issue here.
I have a use case. I have written a component that allows NPM packages to be installed/updated at the same time as Composer's dependencies by using the scripts system.
The component works great for end projects, but obviously cannot be used for dependencies currently, which is where it would actually be useful.
Even if it's not something that will be implemented, it would be nice to know why it's not possible or desirable.