We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should the composer source parameter (https://github.com/voxpupuli/puppet-php/blob/master/manifests/params.pp) be updated to download the stable version of composer? Since the default channels are stable as well? Currently, it's downloading the snapshot version which breaks some installs.
this:
$composer_source = 'https://getcomposer.org/composer.phar'
to this:
$composer_source = 'https://getcomposer.org/composer-stable.phar'
as listed on https://getcomposer.org/download/
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Affected Puppet, Ruby, OS and module versions/distributions
Should the composer source parameter (https://github.com/voxpupuli/puppet-php/blob/master/manifests/params.pp) be updated to download the stable version of composer? Since the default channels are stable as well? Currently, it's downloading the snapshot version which breaks some installs.
this:
to this:
as listed on https://getcomposer.org/download/
The text was updated successfully, but these errors were encountered: