Skip to content

Commit 5f2cbe8

Browse files
Update symfony/console requirement from ^6.1 to ^6.1 || ^7.0
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.0/CHANGELOG.md) - [Commits](symfony/console@v6.1.0...v7.0.2) --- updated-dependencies: - dependency-name: symfony/console dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f6a97f4 commit 5f2cbe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^8.2",
1414
"deployer/deployer": "^7.0",
15-
"symfony/console": "^6.1"
15+
"symfony/console": "^6.1 || ^7.0"
1616
},
1717
"require-dev": {
1818
"mockery/mockery": "^1.5",

0 commit comments

Comments
 (0)