0
votes
1answer
162 views

Doctrine Migration - Could not be resolved

I'm trying to install doctrine-migrations-bundle and I'm getting a Your requirements could not be resolved to an installable set of packages, here is the log Loading composer repositories with ...
3
votes
1answer
2k views

zf2 Module (DoctrineModule) could not be initialized

Hi i'm trying to install doctrine2 to zf2 via composer. I'm getting error: Fatal error: Uncaught exception 'Zend\ModuleManager\Exception\RuntimeException' with message 'Module (DoctrineModule) could ...
2
votes
1answer
1k views

Zend Framework 2 Stable Versions and Doctrine Dev Versions - Composer Configuration

I try to get a stable version of the newly released Zend Framework 2 (2.0.2) which will track stable versions via composer. Example here would be when 2.0.3 is released then composer update would ...
1
vote
2answers
598 views

install doctrine 2.0 with composer.json

I'm trying to install doctrine 2.0 with composer. that's the tutorial i'm doing right now. I have problems to run this : " php composer.phar update i get errors : My config/Application.config.php: ...
0
votes
1answer
146 views

How can I install Doctrine2 Extensions without composer?

I want to install this. But I am not comfortable with composer. Is there any other way. I mean where I can just copy the folder and paste it somewhere
0
votes
2answers
794 views

Doctrine error: Class 'Doctrine\ORM\EntityRepository' not found

I'm new in Doctrine, I'm following the examples in the documentation. When I create a Repository class (e.g. UserRepository.php) and I try to extend EntityRepository class I get this error message: ...
1
vote
1answer
539 views

Which DoctrineBundle version works with Symfony 2.0.15?

I've spent days now trying to sort out my deps in Symfony 2.0.15. I can't find a compatible list of bundles and I've been chasing commits around github trying to follow a chain of non-BC changes to ...