Skip to content

Commit f495b12

Browse files
authored
chore: Allow Symfony YAML 7 (#1159)
1 parent e98f2c4 commit f495b12

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
@@ -25,7 +25,7 @@
2525
"myclabs/deep-copy": "^1.10",
2626
"sebastian/comparator": "^3.0 || ^4.0 || ^5.0",
2727
"symfony/property-access": "^6.4 || ^7.0",
28-
"symfony/yaml": "^5.4 || ^6.0"
28+
"symfony/yaml": "^6.0 || ^7.0"
2929
},
3030
"require-dev": {
3131
"bamarni/composer-bin-plugin": "^1.8.1",

0 commit comments

Comments
 (0)