Skip to content

Commit

Permalink
Update symfony/process requirement from ^6.2.11 to ^6.3.0 (#120)
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/6.3/CHANGELOG.md)
- [Commits](symfony/process@v6.2.11...v6.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 31, 2023
1 parent c4d1beb commit 1bcf835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -14,7 +14,7 @@
"php": "~8.1.0 || ~8.2.0",
"dragonmantank/cron-expression": "^3.3.2",
"symfony/lock": "^6.3.0",
"symfony/process": "^6.2.11"
"symfony/process": "^6.3.0"
},
"require-dev": {
"doctrine/coding-standard": "^12.0",
Expand Down

0 comments on commit 1bcf835

Please sign in to comment.