Skip to content

Commit

Permalink
Add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Nov 1, 2011
1 parent c6e0306 commit 0047784
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
@@ -0,0 +1,19 @@
{
"name": "doctrine/mongodb-odm",
"type": "library",
"description": "Doctrine MongoDB Object Document Mapper",
"keywords": ["persistence", "mongodb"],
"homepage": "http://www.doctrine-project.org",
"license": "LGPL",
"authors": [
{"name": "Bulat Shakirzyanov", "email": "mallluhuct@gmail.com"},
{"name": "Kris Wallsmith", "email": "kris@symfony.com"},
{"name": "Jonathan H. Wage", "email": "jonwage@gmail.com"},
],
"require": {
"php": ">=5.3.2",
"symfony/yaml": ">=2.0",
"symfony/console": ">=2.0",
"doctrine/common": ">=2.1.0"
}
}

0 comments on commit 0047784

Please sign in to comment.