Skip to content

Commit

Permalink
Update composer.json for symfony/process to support version ^6.4 or ^7.1
Browse files Browse the repository at this point in the history
Update `composer.json` to support `symfony/process` version ^6.4 or ^7.1

* Update the `symfony/process` version in the `require` section to `^6.4|^7.1`


---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/farzai/viola-php/pull/18?shareId=caab059c-3832-4b3d-a0b9-67a5f7867ac8).
  • Loading branch information
parsilver committed Jul 7, 2024
1 parent 659155d commit 617e89c
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 @@ -27,7 +27,7 @@
"doctrine/dbal": "^3.6",
"farzai/transport": "^1.2.0",
"symfony/console": "^5.4.21|^6.2.10",
"symfony/process": "^7.1"
"symfony/process": "^6.4|^7.1"
},
"require-dev": {
"laravel/pint": "^1.2",
Expand Down

0 comments on commit 617e89c

Please sign in to comment.