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

[TASK] Explicitly report abandoned packages with audit command #42

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

eliashaeussler
Copy link
Member

Composer 2.6 introduced a new way of handling abandoned packages when running composer audit. By now, abandoned packages will be reported only, but the command will not fail in case abandoned packages are required. This changes with Composer 2.7 where it will cause composer audit to fail in such cases.

With this PR, the configuration option audit.abandoned is explicitly configured as report to avoid failures on composer audit when using abandoned packages.

@eliashaeussler eliashaeussler added the maintenance Code base is being maintained label Sep 27, 2023
@eliashaeussler eliashaeussler self-assigned this Sep 27, 2023
@eliashaeussler eliashaeussler merged commit 5bf7446 into develop Sep 27, 2023
1 check passed
@eliashaeussler eliashaeussler deleted the task/report-abandoned-packages branch September 27, 2023 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Code base is being maintained
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant