consolidation / robo

Modern task runner for PHP
http://robo.li
Other
2.66k stars 304 forks source link

Add support for installation via PhiVE #667

Open amenk opened 6 years ago

amenk commented 6 years ago

Either by using github releases or by supplying a phive.xml + gpg signatures.

See https://phar.io/

andrzejkupczyk commented 4 years ago

This is currently possible using the --force-accept-unsigned option but it should not be necessary.

https://phar.io/distribute-your-own.html https://github.com/sebastianbergmann/phar-site-generator

prudloff-insite commented 4 years ago

I agree this would be useful, it would allow us to easily install different versions of Robo on our CI for our different projects.

greg-1-anderson commented 4 years ago

A PR would be welcome. I'll hook up the CI.