Bumping ORM YAML dependency to 3.4+, explicitly forbidding compatibility with older YAML component versions
This commit is contained in:
parent
bb994b9e70
commit
40515472c1
@ -24,8 +24,11 @@
|
||||
"doctrine/annotations": "~1.4",
|
||||
"symfony/console": "~3.0|~4.0"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/yaml": "<3.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/yaml": "~3.0|~4.0",
|
||||
"symfony/yaml": "~3.4|~4.0",
|
||||
"phpunit/phpunit": "^6.0"
|
||||
},
|
||||
"suggest": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user