Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: Composer scripts/commands broken in 0.6.0 update #105

Merged
merged 1 commit into from Jan 29, 2020

Commits on Jan 28, 2020

  1. 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`.
    BrianHenryIE committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    2d28826 View commit details
    Browse the repository at this point in the history