Skip to content

Commit 8c18273

Browse files
Update firebase/php-jwt version requirements
Only allow firebase/php-jwt to resolve GHSA-2x45-7fc3-mxwq. Also drop duplicate version constraints for PHP (>=7.2 is also valid for any PHP 8 or later versions).
1 parent 20f04c1 commit 8c18273

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"source": "https://github.com/messagebird/php-rest-api"
1717
},
1818
"require": {
19-
"php": ">=7.3|~8.0.0|~8.1.0|~8.2.0",
19+
"php": ">=7.3",
2020
"ext-curl": "*",
2121
"ext-json": "*",
22-
"firebase/php-jwt": "^5.5.1|^6.2"
22+
"firebase/php-jwt": "^7.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^9.5.14",

0 commit comments

Comments
 (0)