Skip to content

Commit

Permalink
chore: update symfony/console requirement || ^7.0 in the symfony group
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.

Updates `symfony/console` to 7.2.1
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.2/CHANGELOG.md)
- [Commits](symfony/console@v5.1.0...v7.2.1)

---
updated-dependencies:
- dependency-name: symfony/console
  dependency-type: direct:development
  dependency-group: symfony
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent ee43d64 commit ca39bed
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 @@ -39,7 +39,7 @@
"rector": "php vendor/bin/rector process --dry-run"
},
"require-dev": {
"symfony/console": "^5.1",
"symfony/console": "^5.1 || ^7.0",
"phpstan/phpstan": "^2.0.0",
"phpstan/phpstan-strict-rules": "^2.0.0",
"phpunit/phpunit": "^11.3",
Expand Down

0 comments on commit ca39bed

Please sign in to comment.