fix: Downgraded symfony/yaml to fix dep confilicts

This commit is contained in:
Aerex 2020-05-13 00:12:36 -05:00
parent 84ecfb5ad1
commit 9d78b4a8eb
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
"symfony/config": "3.4",
"symfony/process": "^3.4",
"monolog/monolog": "^2.0",
"symfony/yaml": "^5.0"
"symfony/yaml": "~3.0|~4.0"
},
"require-dev": {
"phpunit/phpunit": "^7.4"