You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
composer
2.4
provides a couple of new options:audit
is enabled by default forcomposer 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 theCOMPOSER_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 leveragecomposer
2.4
's newbump
feature #5719Details:
See also:
composer
2.4
's newbump
feature #5719composer
'soutdated
command #5721The text was updated successfully, but these errors were encountered: