Skip to content

Commit

Permalink
fix: bump minimum symfony/process version
Browse files Browse the repository at this point in the history
  • Loading branch information
marmichalski committed Nov 12, 2024
1 parent add61d8 commit c90c35c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"php": "~8.2.0 || ~8.3.0",
"composer-runtime-api": "^2.2",
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/process": "^5.4 || ^6.0 || ^7.0"
"symfony/process": "^5.4.46 || ^6.4.14 || ^7.1.7"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.43.0",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c90c35c

Please sign in to comment.