Skip to content

Commit

Permalink
set minimum version for vulnerability fix for versions 6.x and 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
orediggerco committed Nov 7, 2024
1 parent c402586 commit 3ebbbc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"prefer-stable": true,
"require": {
"ext-json": "*",
"symfony/console": "~5.4.46|~6.0|~7.0",
"symfony/process": "~5.4.46|~6.0|~7.0"
"symfony/console": ">=5.4.46 < 6.0.0 || >=6.4.14 < 7.0.0 || >=7.1.7",
"symfony/process": ">=5.4.46 < 6.0.0 || >=6.4.14 < 7.0.0 || >=7.1.7"
},
"bin": [
"bin/php-legal-licenses"
Expand Down

0 comments on commit 3ebbbc4

Please sign in to comment.