Skip to content

Commit c4f33db

Browse files
committed
Ignore laravel/framework security advisories in Composer policy
1 parent ae97b75 commit c4f33db

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

composer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@
7070
"allow-plugins": {
7171
"pestphp/pest-plugin": true
7272
},
73+
"policy": {
74+
"advisories": {
75+
"ignore-id": [
76+
"PKSA-mdq4-51ck-6kdq",
77+
"PKSA-8qx3-n5y5-vvnd",
78+
"PKSA-w7xr-vk7n-rstm"
79+
]
80+
}
81+
},
7382
"preferred-install": "dist",
7483
"process-timeout": 600,
7584
"sort-packages": true

0 commit comments

Comments
 (0)