laminas-api-tools / api-tools-doctrine

Laminas API Tools Doctrine module
https://api-tools.getlaminas.org/documentation
BSD 3-Clause "New" or "Revised" License
10 stars 21 forks source link

Feature/docker; up min version to 7.2 #10

Closed TomHAnderson closed 4 years ago

TomHAnderson commented 4 years ago
Q A
Documentation yes
Bugfix no
BC Break no
New Feature yes
RFC no
QA no

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).

TomHAnderson commented 4 years ago

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.

TomHAnderson commented 4 years ago

Closing due to lack of action.