Remove useless conflict

Not much use to depend on `symfony/framework-bundle:3.3.x-dev` and then declare a conflict with `<3.3`.
This commit is contained in:
Niels Keurentjes 2017-04-13 17:13:41 +02:00 committed by GitHub
parent c12debbf5b
commit 6958a717d3

View File

@ -44,7 +44,6 @@
},
"conflict": {
"symfony/symfony": "<3.3",
"symfony/framework-bundle": "<3.3",
"symfony/twig-bundle": "<3.3",
"symfony/debug": "<3.3"
},