rudloff/composer-ignore-abandoned

Alternative to "composer audit" that allows ignoring specific abandoned packages

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:composer-plugin

pkg:composer/rudloff/composer-ignore-abandoned

dev-main 2025-10-14 19:46 UTC

This package is auto-updated.

Last update: 2025-10-14 19:52:42 UTC


README

Usage

In composer.json:

{
  "extra": {
    "ignore-abandoned": [
      "doctrine/annotations"
    ]
  }
}

Then run composer audit-ignore instead of composer audit.