Skip to content

Commit 0961465

Browse files
Update symfony/console requirement from ^6 to ^6 || ^7
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/7.2/CHANGELOG.md) - [Commits](symfony/console@v6.0.0...v7.2.1) --- updated-dependencies: - dependency-name: symfony/console dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f02ce0f commit 0961465

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
@@ -29,7 +29,7 @@
2929
"laminas/laminas-diactoros": "^2.2.2",
3030
"overblog/graphiql-bundle": "^0.2 || ^0.3",
3131
"thecodingmachine/cache-utils": "^1",
32-
"symfony/console": "^6"
32+
"symfony/console": "^6 || ^7"
3333
},
3434
"require-dev": {
3535
"symfony/security-bundle": "^6",

0 commit comments

Comments
 (0)