Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: Composer broken in 0.6.0 update
After the 0.6.0 update, Composer's `scripts/post-install-cmd` and `scripts/post-update-cmd` were no longer running. This was due to PHP _exiting_ outright rather than _returning_ the `$exitCode`.
- Loading branch information