laravel-zero / laravel-zero

A PHP framework for console artisans

Home Page:https://laravel-zero.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Global Composer installation without commiting binary to version control?

caendesilva opened this issue · comments

Hey! I'm looking at distribution a compiled binary via Packagist, to be installed as a global Composer package. It seems like the documented way of doing this, but it also seems like this requires the compiled binary to be committed to the version control (judging by how the installer is set up).

Is there an alternative way of doing this? I initially thought that this would use the latest release binary from GitHub Releases. Is that something that could be possible?