Skip to content

Commit

Permalink
build(deps): Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [symfony/console](https://github.com/symfony/console) and [symfony/yaml](https://github.com/symfony/yaml) to permit the latest version.

Updates `symfony/console` to 7.0.1
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.0/CHANGELOG.md)
- [Commits](symfony/console@v6.3.0...v7.0.1)

Updates `symfony/yaml` to 7.0.0
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/7.0/CHANGELOG.md)
- [Commits](symfony/yaml@v6.3.0...v7.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent 74cad76 commit 08890cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": "^8.2",
"psr/log": "^3.0",
"symfony/console": "^6.4",
"symfony/console": "^6.4 || ^7.0",
"symfony/event-dispatcher-contracts": "^2.5 || ^3.0",
"symfony/service-contracts": "^2.5 || ^3.0",
"thecodingmachine/safe": "^2.0",
Expand All @@ -35,7 +35,7 @@
"symfony/flex": "^2.4.0",
"symfony/framework-bundle": "^6.4",
"symfony/http-kernel": "^6.4",
"symfony/yaml": "^6.4"
"symfony/yaml": "^6.4 || ^7.0"
},
"conflict": {
"symfony/dependency-injection": "<6.4.0",
Expand Down

0 comments on commit 08890cd

Please sign in to comment.