RFC
| Q |
A |
| Proposed Version(s) |
x.y.0 |
| BC Break? |
Yes |
Goal
We should enforce in composer.json file the Audit
Background
Since composer 2.10
was introduce 3 new configuration keys
We should think if we want to enfoce those in composer.json
{
"config": {
"policy": {
"malware": {
"block": true,
"audit": "fail"
},
"advisories": {
"block": true,
"audit": "fail"
},
"abandoned": {
"block": false,
"audit": "report"
}
}
}
}
RFC
Goal
We should enforce in composer.json file the Audit
Background
Since composer 2.10
was introduce 3 new configuration keys
We should think if we want to enfoce those in composer.json