Skip to content

Commit

Permalink
Allow dev dependency symfony/process: ^6.4 || ^7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lisachenko committed Apr 13, 2024
1 parent dfaacad commit ce9fe05
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 @@ -22,7 +22,7 @@
"phpunit/phpunit": "^10.5.10",
"symfony/console": "^6.4 || ^7.0",
"symfony/filesystem": "^6.4 || ^7.0",
"symfony/process": "^4.4|^5.1",
"symfony/process": "^6.4 || ^7.0",
"tracy/tracy": "^2.10",
"webmozart/glob": "^4.1"
},
Expand Down

0 comments on commit ce9fe05

Please sign in to comment.