Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Commit

Permalink
added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bamarni committed May 20, 2012
1 parent 29b6f49 commit 2b90e26
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions composer.json
@@ -0,0 +1,12 @@
{
"name": "doctrine/mongodb-odm-tailable-cursor-bundle",
"type": "symfony-bundle",
"require": {
"php": ">=5.3.3",
"doctrine/mongodb-odm-bundle": "*"
},
"autoload": {
"psr-0": { "Doctrine\\Bundle\\MongoDBTailableCursorBundle": "" }
},
"target-dir": "Doctrine/Bundle/MongoDBTailableCursorBundle"
}

0 comments on commit 2b90e26

Please sign in to comment.