Development of this repository requires Mongo. Instead of modifying your bare metal with each new repository you edit (the why) I've included a docker-compose.yml to enable Mongo and do all testing in the container (the what) thereby allowing contributors to develop within confines the repository itself defines (the how).
Fixes #20 and brings this repository forward enough that the new doctrine-module, doctrine-orm-module, and doctrine-mongo-odm-module for Laminas will be an easy upgrade.
Description
Development of this repository requires Mongo. Instead of modifying your bare metal with each new repository you edit (the why) I've included a docker-compose.yml to enable Mongo and do all testing in the container (the what) thereby allowing contributors to develop within confines the repository itself defines (the how).