Skip to content

Commit

Permalink
Added .doctrine-project.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Oct 31, 2020
1 parent 1ffc3fd commit d0e6dbb
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .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"
]
}
]
}

0 comments on commit d0e6dbb

Please sign in to comment.