Skip to content

Commit

Permalink
Update symfony/process requirement from ^5.4 to ^7.1
Browse files Browse the repository at this point in the history
Updates the requirements on [symfony/process](https://github.com/symfony/process) to permit the latest version.
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.1/CHANGELOG.md)
- [Commits](symfony/process@v5.4.0...v7.1.6)

---
updated-dependencies:
- dependency-name: symfony/process
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent ed74404 commit afebde2
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 @@ -6,7 +6,7 @@
"require": {
"php": ">=8.1",
"cakephp/cakephp": "^5.0.0",
"symfony/process": "^5.4"
"symfony/process": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^10.1",
Expand Down

0 comments on commit afebde2

Please sign in to comment.