Skip to content

Commit 693f76e

Browse files
authored
chore: support symfony/yaml ^8.0 (#2137)
1 parent b0519ef commit 693f76e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"symfony/uid": "^7.1",
4444
"symfony/var-dumper": "^7.1",
4545
"symfony/var-exporter": "^7.1",
46-
"symfony/yaml": "^7.3",
46+
"symfony/yaml": "^7.3|^8.0",
4747
"tempest/highlight": "^2.11.4",
4848
"vlucas/phpdotenv": "^5.6.1",
4949
"voku/portable-ascii": "^2.0.3"

packages/intl/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": "^8.5",
88
"doctrine/inflector": "^2.0",
9-
"symfony/yaml": "^7.3",
9+
"symfony/yaml": "^7.3|^8.0",
1010
"tempest/core": "3.x-dev",
1111
"tempest/container": "3.x-dev",
1212
"tempest/support": "3.x-dev",

0 commit comments

Comments
 (0)