-
-
Notifications
You must be signed in to change notification settings - Fork 268
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
Composer #656
base: master
Are you sure you want to change the base?
Composer #656
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from the spacing comment which does not match the rest of voxpupuli code, the rest is under your appreciation 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @kapouik ,
can we get some basic unit tests for this change?
initial test for composer
initial test for composer
I have prepare basic test : It only check if composer is installed from default fact. As other test, I can add check if other channel work if I change it. If you have other idea ? |
Pull Request (PR) description
By default, when the module install composer, it use https://getcomposer.org/composer.phar
It install the latest preview from nighty build of the dev main repository.
I have set a case that allow to download the right version of composer depending from the channel selected. By default, it use the latest stable.
This Pull Request (PR) fixes the following issues
No issue