1
0
mirror of synced 2025-02-09 00:39:25 +03:00

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:
Michael Moravec 2017-08-30 18:08:07 +02:00
parent 8c7052c99c
commit bfc76adce0
No known key found for this signature in database
GPG Key ID: 2930160BB3C7CFE4

View File

@ -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"