Skip to content

Commit

Permalink
composer(deps): update symfony/console requirement from ^7.2.0 to ^7.2.1
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@v7.2.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 12, 2024
1 parent 3e36e8a commit 113beb4
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 @@ -19,7 +19,7 @@
"php": "~8.3.0 || ~8.4.0 || 8.5.0",
"monolog/monolog": "^3.8.1",
"psr/container": "^1.1.2 || ^2.0.2",
"symfony/console": "^7.2.0"
"symfony/console": "^7.2.1"
},
"require-dev": {
"ext-ctype": "*",
Expand Down

0 comments on commit 113beb4

Please sign in to comment.