diff --git a/.doctrine-project.json b/.doctrine-project.json new file mode 100644 index 0000000..6fe7da7 --- /dev/null +++ b/.doctrine-project.json @@ -0,0 +1,30 @@ +{ + "active":true, + "name":"Doctrine MongoDB ODM Module for Laminas", + "shortName":"Doctrine MongoDB ODM Module", + "slug":"DoctrineMongoODMModule", + "docsSlug":"doctrine-mongo-odm-module", + "versions":[ + { + "name":"3.0.x", + "branchName":"3.0.x", + "slug":"3.0.x", + "current":true, + "maintained":true, + "aliases":[ + "current", + "stable", + "3.0.x" + ] + }, + { + "name":"2.x", + "branchName":"2.x", + "slug":"2.x", + "maintained":false, + "aliases":[ + "2.x" + ] + } + ] +}