Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Add .doctrine-project.json to root of the project.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwage committed Aug 31, 2018
1 parent 118710f commit 79c6a5a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
19 changes: 19 additions & 0 deletions .doctrine-project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"active": false,
"name": "OrientDB Object Document Mapper",
"shortName": "OrientDB ODM",
"slug": "orientdb-odm",
"docsSlug": "doctrine-orientdb-odm",
"codePath": "/src",
"versions": [
{
"name": "master",
"branchName": "master",
"slug": "latest",
"aliases": [
"current",
"stable"
]
}
]
}
13 changes: 11 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
{
"name": "doctrine/orientdb-odm",
"type": "library",
"description": "A set of PHP libraries in order to use OrientDB from PHP.",
"keywords": ["orientdb"],
"description": "PHP OrientDB Object Document Mapper (ODM) provides transparent persistence for PHP objects to OrientDB.",
"keywords": [
"php",
"orientdb",
"odm",
"data",
"mapper",
"mapping",
"object",
"graphdb"
],
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit 79c6a5a

Please sign in to comment.