Skip to content

Commit 8f8da14

Browse files
authored
Merge pull request #78 from ianrodrigues/upgrade-yaml-component
Upgrade symfony/yaml from 4 to 5
2 parents 7da647e + 327a54f commit 8f8da14

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
@@ -23,7 +23,7 @@
2323
"php": "^7.2",
2424
"ext-dom": "*",
2525
"phpunit/phpunit": "^8.0",
26-
"symfony/yaml": "^4.0"
26+
"symfony/yaml": "^4.0|^5.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)