forked from doctrine/DoctrineCouchDBBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
22 lines (22 loc) · 750 Bytes
/
composer.json
File metadata and controls
22 lines (22 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "doctrine/couchdb-odm-bundle",
"type": "symfony-bundle",
"description": "Symfony2 Doctrine CouchDB Bundle",
"keywords": ["persistence", "couchdb", "symfony"],
"homepage": "http://www.doctrine-project.org",
"license": "LGPL",
"authors": [
{"name": "Benjamin Eberlei", "email": "kontakt@beberlei.de"},
{"name": "Lukas Kahwe Smith", "email": "smith@pooteeweet.org"}
],
"require": {
"php": ">=5.3.2",
"doctrine/couchdb-odm": ">=2.0",
"symfony/symfony": "2.1-dev",
"symfony/doctrine-bridge": "2.1-dev"
},
"autoload": {
"psr-0": { "Doctrine\\Bundle\\DoctrineCouchDBBundle": "" }
},
"target-dir": "Doctrine/Bundle/DoctrineCouchDBBundle"
}