Skip to content

Commit

Permalink
Drop explicit conflict with stable symfony/yaml
Browse files Browse the repository at this point in the history
As per discussion in #6639, conflict with versions below 3.4
of the YAML component are superfluous, previous versions
would work just fine even with bb994b9.
  • Loading branch information
Majkl578 committed Aug 30, 2017
1 parent 8c7052c commit bd8f243
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bd8f243

Please sign in to comment.