Skip to content

Commit

Permalink
Require symfony/process ^6.4.14|^7.1.7 (#902)
Browse files Browse the repository at this point in the history
7.1.6 contains CVE-2024-51736 which has been fixed in 7.1.7
  • Loading branch information
gndk authored Nov 6, 2024
1 parent d376a22 commit 22e091c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"phpunit/phpunit": "^11.4.3",
"sebastian/environment": "^7.2.0",
"symfony/console": "^6.4.11 || ^7.1.6",
"symfony/process": "^6.4.8 || ^7.1.6"
"symfony/process": "^6.4.14 || ^7.1.7"
},
"require-dev": {
"ext-pcov": "*",
Expand Down

0 comments on commit 22e091c

Please sign in to comment.