Skip to content

Commit dee82d0

Browse files
committed
chore: relying on 7.4+ symfony/yaml prevents install on symfony 7.3 project
1 parent 85f92d8 commit dee82d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"ext-dom": "*",
4444
"revolt/event-loop": "^1.0.8",
4545
"mnapoli/silly": "^1.9.1",
46-
"symfony/yaml": "^7.4.1"
46+
"symfony/yaml": "^5.4|^7.0|^8.0"
4747
},
4848
"config": {
4949
"sort-packages": true,

0 commit comments

Comments
 (0)