Drop explicit conflict with stable symfony/yaml
As per discussion in #6639, conflict with versions below 3.4
of the YAML component is superfluous, previous versions
would work just fine even with bb994b9e70
.
This commit is contained in:
parent
8c7052c99c
commit
bfc76adce0
1 changed files with 0 additions and 3 deletions
|
@ -24,9 +24,6 @@
|
|||
"doctrine/annotations": "~1.4",
|
||||
"symfony/console": "~3.0|~4.0"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/yaml": "<3.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/yaml": "~3.4|~4.0",
|
||||
"phpunit/phpunit": "^6.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue