when running php bin/vendors install i get the error:
Fatal error: Class ‘Doctrine\Bundle\DoctrineBundle\Command\DoctrineCommand’ not found in C:\Program Files (x86)\Zend\Apache2\htdocs\myproject\vendor\bundles\Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCommand.php on line 18
And here is my deps file:
http://pastebin.com/FZYRzaFb
Is there a way i can fix this, maybe by setting different versions of bundles in deps files?
Yes, exactly, you must use
version=origin/2.0for the SensioGeneratorBundleSee this thread