drush-ops / drush-launcher

A small wrapper around Drush for your global $PATH.
GNU General Public License v2.0
237 stars 50 forks source link

Use a tagged release of phar-updater #94

Closed hussainweb closed 2 years ago

hussainweb commented 2 years ago

Currently, the version of phar-updater is set to dev-main and this causes problems in some places. I just faced an issue using this as a build dependency on platform.sh and I couldn't change the minimum stability flag. I see that the package has recent tagged releases and this PR uses the latest one.

Production Changes From To Compare
laravel-zero/phar-updater 47610b5 v1.1.1 https://github.com/laravel-zero/phar-updater/compare/47610b5...v1.1.1
webflo commented 2 years ago

Thanks. Sadly, the release process with github actions is broken. I'll look at it the next day.

hussainweb commented 2 years ago

Thanks for merging and creating a release. I'm going to test this out in platform.sh.