I found this https://github.com/dustin10/VichUploaderBundle/issues/734 but i don't know how to unlock doctrine/annotations :(
Problem 1
- Conclusion: don't install vich/uploader-bundle 1.6.2
- Conclusion: don't install vich/uploader-bundle 1.6.1
- Conclusion: remove doctrine/annotations v1.2.7
- Installation request for vich/uploader-bundle ^1.6 -> satisfiable by vich/uploader-bundle[1.6.0, 1.6.1, 1.6.2].
- Conclusion: don't install doctrine/annotations v1.2.7
- vich/uploader-bundle 1.6.0 requires doctrine/annotations ^1.3 -> satisfiable by doctrine/annotations[v1.3.0, v1.3.1, v1.4.0].
- Can only install one of: doctrine/annotations[v1.3.0, v1.2.7].
- Can only install one of: doctrine/annotations[v1.3.1, v1.2.7].
- Can only install one of: doctrine/annotations[v1.4.0, v1.2.7].
- Installation request for doctrine/annotations (locked at v1.2.7) -> satisfiable by doctrine/annotations[v1.2.7].
Try to add vich/uploader-bundle to composer.json by hand and run composer udpate
Thanks ;)
try execute composer why doctrine/annotations
@garak, @Propscode the problem is: by default symfony comes with doctrine/annotations 1.2.7. When you try to require our bundle version 1.6.x (or update single package) - you got an error. So you should run update per all project (composer update), not only single package
Most helpful comment
Try to add
vich/uploader-bundleto composer.json by hand and runcomposer udpate