Skip to content

Commit

Permalink
Update symfony/process requirement from ^6.2.10 to ^6.3.4 (#71)
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.10...v6.3.4)

---
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 Oct 12, 2023
1 parent 35c118a commit aa22b29
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 @@ -20,7 +20,7 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"symfony/process": "^6.2.10",
"symfony/process": "^6.3.4",
"league/flysystem": "^3.17.0"
},
"require-dev": {
Expand Down

0 comments on commit aa22b29

Please sign in to comment.