Skip to content

Commit 292372b

Browse files
reliqclaude
andcommitted
Fix: use correct Composer policy key to unblock Laravel 11 resolution
config.audit.ignore-advisories only affects `composer audit` output. The dependency resolution blocker requires a top-level policy key: policy.advisories.ignore-id, as stated in the Composer error message. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e3f7965 commit 292372b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@
5252
"sort-packages": true,
5353
"allow-plugins": {
5454
"phpro/grumphp": true
55-
},
56-
"audit": {
57-
"ignore-advisories": [
55+
}
56+
},
57+
"policy": {
58+
"advisories": {
59+
"ignore-id": [
5860
"PKSA-mdq4-51ck-6kdq",
5961
"PKSA-8qx3-n5y5-vvnd",
6062
"PKSA-q46n-4fdk-zjr4",

0 commit comments

Comments
 (0)