Skip to content

Commit

Permalink
Add support for symfony 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kissifrot committed Jun 20, 2024
1 parent 1f6ac1e commit 8fec3bb
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 @@ -28,7 +28,7 @@
}
],
"require": {
"symfony/process": "^5.0 || ^6.0"
"symfony/process": "^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": ">7.0"
Expand Down

0 comments on commit 8fec3bb

Please sign in to comment.