1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Merge pull request #6658 from Majkl578/fix/allow-stable-yaml

Drop explicit conflict with stable symfony/yaml
This commit is contained in:
Marco Pivetta 2017-08-30 22:43:28 +02:00 committed by GitHub
commit 68706034e5

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"