Skip to content

Commit

Permalink
Merge pull request #228 from TomHAnderson/feature/doctrine-project.json
Browse files Browse the repository at this point in the history
Added .doctrine-project.json
  • Loading branch information
TomHAnderson committed Nov 1, 2020
2 parents 1ffc3fd + 24aff62 commit fba0429
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .doctrine-project.json
@@ -0,0 +1,26 @@
{
"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"
]
},
{
"name":"2.x",
"branchName":"2.x",
"slug":"2.x",
"maintained":false
}
]
}

0 comments on commit fba0429

Please sign in to comment.