Skip to content

Commit fd17ec9

Browse files
Update symfony/console requirement from ^6.3.2 to ^6.3.4 (#82)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 99a5e99 commit fd17ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "~8.1.0 || ~8.2.0",
1515
"job-runner/job-runner": "^1.1",
16-
"symfony/console": "^6.3.2"
16+
"symfony/console": "^6.3.4"
1717
},
1818
"require-dev": {
1919
"doctrine/coding-standard": "^12.0",

0 commit comments

Comments
 (0)