Skip to content

Commit e48684c

Browse files
committed
chore: support symfony/yaml v7
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
1 parent 6d5677d commit e48684c

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
@@ -30,7 +30,7 @@
3030
"php": ">=8.0.2",
3131
"nicmart/string-template": "~0.1.3",
3232
"spatie/array-to-xml": "^3",
33-
"symfony/yaml": "^5 || ^6"
33+
"symfony/yaml": "^5 || ^6 || ^7"
3434
},
3535
"require-dev": {
3636
"friendsofphp/php-cs-fixer": "^3",

0 commit comments

Comments
 (0)