Skip to content

Commit

Permalink
fix: Do not break security check builds on abandoned packages. They n…
Browse files Browse the repository at this point in the history
…eed to be addressed upstream. (#245)

Refs: OPS-10213
  • Loading branch information
cafuego authored Mar 25, 2024
1 parent cef69b2 commit 619509f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@
"phpstan/extension-installer": true,
"symfony/flex": true,
"php-http/discovery": true
},
"audit": {
"abandoned": "report"
}
},
"autoload": {
Expand Down

0 comments on commit 619509f

Please sign in to comment.