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

Upgrade composer to 2.4 #5720

Closed
jeffwidman opened this issue Sep 14, 2022 · 1 comment
Closed

Upgrade composer to 2.4 #5720

jeffwidman opened this issue Sep 14, 2022 · 1 comment
Labels
L: php:composer Issues and code for Composer T: tech-debt ⚙️

Comments

@jeffwidman
Copy link
Member

jeffwidman commented Sep 14, 2022

composer 2.4 provides a couple of new options:

  • audit is enabled by default for composer update, resulting in a bunch more API calls. For what we do this is unnecessary and we'll need to ensure it's disabled from the get go. This could be done using the COMPOSER_NO_AUDIT env var.
  • bump may be a feature we can leverage. That can be done later though, so I broke that out separate in See if we can leverage composer 2.4's new bump feature #5719

Details:

See also:

@jeffwidman
Copy link
Member Author

Fixed by #5577.

Disabling audit was handled by #6503.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: php:composer Issues and code for Composer T: tech-debt ⚙️
Projects
None yet
Development

No branches or pull requests

1 participant