Skip to content

Commit

Permalink
Update symfony/console requirement from ^6.3.2 to ^6.3.4 (#82)
Browse files Browse the repository at this point in the history
Updates the requirements on [symfony/console](https://github.com/symfony/console) to permit the latest version.
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/6.3/CHANGELOG.md)
- [Commits](symfony/console@v6.3.2...v6.3.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 29, 2023
1 parent 99a5e99 commit fd17ec9
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 @@ -13,7 +13,7 @@
"require": {
"php": "~8.1.0 || ~8.2.0",
"job-runner/job-runner": "^1.1",
"symfony/console": "^6.3.2"
"symfony/console": "^6.3.4"
},
"require-dev": {
"doctrine/coding-standard": "^12.0",
Expand Down

0 comments on commit fd17ec9

Please sign in to comment.