Skip to content

Commit

Permalink
Update symfony/console requirement from ^6 to ^6 || ^7
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/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]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent f02ce0f commit 0961465
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 @@ -29,7 +29,7 @@
"laminas/laminas-diactoros": "^2.2.2",
"overblog/graphiql-bundle": "^0.2 || ^0.3",
"thecodingmachine/cache-utils": "^1",
"symfony/console": "^6"
"symfony/console": "^6 || ^7"
},
"require-dev": {
"symfony/security-bundle": "^6",
Expand Down

0 comments on commit 0961465

Please sign in to comment.