minor #5 Remove useless conflict (curry684)

This PR was merged into the master branch.

Discussion
----------

Remove useless conflict

Not much use to depend on `symfony/framework-bundle:3.3.x-dev` and then declare a conflict with `<3.3`.

Commits
-------

6958a71 Remove useless conflict
This commit is contained in:
Fabien Potencier 2017-04-19 11:47:33 -06:00
commit e1c67b9402

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"
},