Skip to content

Commit eafe914

Browse files
Merge pull request #307 from fedeisas/SetPsr7PackageConstraints
build: Set version constraint on guzzlehttp/psr7 to avoid CVE-2023-29197
2 parents 90eb787 + 5fdeabf commit eafe914

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"require-dev": {
2525
"enlightn/security-checker": "^1.10",
2626
"guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
27+
"guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
2728
"phpunit/phpunit": "^9.0",
2829
"symfony/mailer": "^6.0"
2930
},

0 commit comments

Comments
 (0)