Skip to content

Commit 8c2643d

Browse files
committed
fix: symfony/yaml is a mandatory requirement for the binary to work
1 parent 5e65b7f commit 8c2643d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"require": {
4242
"php": "^8.4",
4343
"revolt/event-loop": "^1.0.7",
44-
"mnapoli/silly": "^1.9.1"
44+
"mnapoli/silly": "^1.9.1",
45+
"symfony/yaml": "^7.2.5"
4546
},
4647
"config": {
4748
"sort-packages": true,
@@ -67,7 +68,6 @@
6768
"phpmd/phpmd": "^2.15",
6869
"phpstan/phpstan": "^2.1.11",
6970
"rector/swiss-knife": "^2.1.15",
70-
"symfony/yaml": "^7.2.5",
7171
"symplify/easy-coding-standard": "^12.5.11"
7272
},
7373
"extra": {

0 commit comments

Comments
 (0)