Skip to content
New issue

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

Snapshot composer is installed instead of stable composer #575

Open
plexium opened this issue May 8, 2020 · 0 comments · May be fixed by #576
Open

Snapshot composer is installed instead of stable composer #575

plexium opened this issue May 8, 2020 · 0 comments · May be fixed by #576

Comments

@plexium
Copy link

plexium commented May 8, 2020

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 6.14.0
  • Ruby: 2.7
  • Distribution: Centos7
  • Module version: 7.1.0

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant