You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(entry-script): use correct php binary for proxy commands
These are the only instances, where the valet cli script is executed with the default
php binary instead of the evaluated binary.
We now use the `$PHP` executable to ensure that the valet cli is always called with the correct binary even when proxying composer / php.
0 commit comments