Skip to content

Commit

Permalink
Merge pull request #307 from fedeisas/SetPsr7PackageConstraints
Browse files Browse the repository at this point in the history
build: Set version constraint on guzzlehttp/psr7 to avoid CVE-2023-29197
  • Loading branch information
DannyvdSluijs authored May 29, 2023
2 parents 90eb787 + 5fdeabf commit eafe914
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"require-dev": {
"enlightn/security-checker": "^1.10",
"guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
"guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
"phpunit/phpunit": "^9.0",
"symfony/mailer": "^6.0"
},
Expand Down

0 comments on commit eafe914

Please sign in to comment.