Skip to content

Commit 4087f79

Browse files
committed
[Composer] Ignored PKSA-7h5p-prw9-w5nr due to no alternatives
1 parent a4b0d07 commit 4087f79

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,12 @@
6868
}
6969
},
7070
"config": {
71-
"allow-plugins": false
71+
"allow-plugins": false,
72+
"audit": {
73+
"ignore": {
74+
"PKSA-7h5p-prw9-w5nr": "The affected version of 3rd party component is installed on PHP 7.4. There's no alternative supporting PHP 7.4. Consider upgrading to PHP 8"
75+
}
76+
}
7277
},
7378
"scripts": {
7479
"fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php -v --show-progress=dots",

0 commit comments

Comments
 (0)