Skip to content

Commit 0d60302

Browse files
Update symfony/yaml requirement from ^5.4|^6.0 to ^6.1.3
Updates the requirements on [symfony/yaml](https://github.com/symfony/yaml) to permit the latest version. - [Release notes](https://github.com/symfony/yaml/releases) - [Changelog](https://github.com/symfony/yaml/blob/6.1/CHANGELOG.md) - [Commits](https://github.com/symfony/yaml/commits/v6.1.3) --- updated-dependencies: - dependency-name: symfony/yaml dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e8c6730 commit 0d60302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"symfony/phpunit-bridge": "^5.4|^6.0",
9999
"symfony/serializer": "^5.4|^6.0",
100100
"symfony/var-dumper": "^5.4|^6.0",
101-
"symfony/yaml": "^5.4|^6.0",
101+
"symfony/yaml": "^6.1.3",
102102
"symplify/easy-coding-standard": "^11.0"
103103
},
104104
"replace": {

0 commit comments

Comments
 (0)