This repository is a read-only subsplit of a package that is part of the Content Repository Development Collection
Please note that this repository is not yet ready for productive use and we will still change APIs without notice. If you dare to use it anyways, you can install this package via composer:
{
# ...
"require": {
"neos/contentgraph-doctrinedbaladapter": "dev-master"
# ...
},
"repositories": {
# ...
"contentgraph-doctrinedbaladapter": {
"type": "git",
"url": "git@github.com:neos/contentgraph-doctrinedbaladapter.git"
}
},
}
If you want to contribute to the Event Sourced Content Repository, please have a look at https://github.com/neos/contentrepository-development-collection - it is the repository used for development and all pull requests should go into it.