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

Use distro-packaged composer package #157

Open
maxhoesel opened this issue Oct 1, 2023 · 0 comments
Open

Use distro-packaged composer package #157

maxhoesel opened this issue Oct 1, 2023 · 0 comments
Labels
enhancement New feature or improvement to an existing one roles Something affecting one or more roles

Comments

@maxhoesel
Copy link
Collaborator

Right now, this role installs composer from the official install script. In the future, it'd be nice if we could use the distribution-provided package instead.

Ubuntu 22.04, Debian 11 and 12 ship with Composer 2.x, however Ubuntu 20.04 still has 1.x in its repos.
Whenever we remove support for 20.04, we should remove the script install logic and just use the distro package instead.
Since /usr/local/bin overrides /usr/bin, this should be backwards-compatible.

@maxhoesel maxhoesel added enhancement New feature or improvement to an existing one roles Something affecting one or more roles labels Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to an existing one roles Something affecting one or more roles
Projects
None yet
Development

No branches or pull requests

1 participant