lphuberdeau / Neo4j-PHP-OGM

A doctrine2 style library to access neo4j graphs
156 stars 45 forks source link

Update to dependency doctrine/common needed #85

Closed 10257 closed 9 years ago

10257 commented 9 years ago

Dependency resolution is broken when using doctrine/orm dev-master with hirevoice/neo4jphp-ogm dev-master. Since this commit doctrine/doctrine2@ce4df761dfc6412f0e7666307573af5f042a4354, doctrine/common need to be >=2.5.x-dev. I ran the test suite locally, and all test are passing with this version.