Skip to content

Commit e8557e5

Browse files
authored
fix: symfony/yaml is a required dependency (#983)
1 parent 88c3a83 commit e8557e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"symfony/event-dispatcher": "^4.4.20||^5.0.11||^6.0||^7.0||^8.0",
2424
"symfony/http-kernel": "^4.4.20||^5.0.11||^6.0||^7.0||^8.0",
2525
"symfony/polyfill-php80": "^1.22",
26-
"symfony/psr-http-message-bridge": "^1.2||^2.0||^6.4||^7.0||^8.0"
26+
"symfony/psr-http-message-bridge": "^1.2||^2.0||^6.4||^7.0||^8.0",
27+
"symfony/yaml": "^4.4.20||^5.0.11||^6.0||^7.0||^8.0"
2728
},
2829
"require-dev": {
2930
"doctrine/dbal": "^2.13||^3.3||^4.0",
@@ -47,7 +48,6 @@
4748
"symfony/security-core": "^4.4.20||^5.0.11||^6.0||^7.0||^8.0",
4849
"symfony/security-http": "^4.4.20||^5.0.11||^6.0||^7.0||^8.0",
4950
"symfony/twig-bundle": "^4.4.20||^5.0.11||^6.0||^7.0||^8.0",
50-
"symfony/yaml": "^4.4.20||^5.0.11||^6.0||^7.0||^8.0",
5151
"vimeo/psalm": "^4.3||^5.16.0"
5252
},
5353
"suggest": {

0 commit comments

Comments
 (0)