- Issue created by @tedbow
We need warning/documentation about effects of operation outside the project during update process
First example:
Composer post-update script would be fired in our stage environment. This might reference php files relative to project that aren't there, do destructive operations outside project, or might send notifications that should only happen in the active site.
Active
3.1
Code