Vichuploaderbundle: Install problem - doctrine/annotations

Created on 14 Jul 2017  路  4Comments  路  Source: dustin10/VichUploaderBundle

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].

Most helpful comment

Try to add vich/uploader-bundle to composer.json by hand and run composer udpate

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vialcollet picture vialcollet  路  5Comments

ngilain picture ngilain  路  5Comments

nobady90 picture nobady90  路  3Comments

smilesrg picture smilesrg  路  6Comments

Chrysweel picture Chrysweel  路  4Comments