Skip to content

Commit db50184

Browse files
committed
Update composer.json
The firebase/php-jwt package contains a vulnerability that can only be resolved by going to 7.x. I didn't want to also change the requirements of this package as part of the redirect fix.
1 parent df28ea4 commit db50184

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@
6161
"allow-plugins": {
6262
"dealerdirect/phpcodesniffer-composer-installer": true
6363
},
64+
"policy": {
65+
"advisories": {
66+
"ignore": ["PKSA-y2cr-5h3j-g3ys"]
67+
}
68+
},
6469
"sort-packages": true
6570
},
6671
"scripts": {

0 commit comments

Comments
 (0)