Skip to content

Commit 62c0786

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 1c1e29c commit 62c0786

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
@@ -80,6 +80,11 @@
8080
"sort-packages": true,
8181
"allow-plugins": {
8282
"dealerdirect/phpcodesniffer-composer-installer": true
83+
},
84+
"policy": {
85+
"advisories": {
86+
"ignore": ["PKSA-y2cr-5h3j-g3ys"]
87+
}
8388
}
8489
},
8590
"minimum-stability": "dev",

0 commit comments

Comments
 (0)