forked from doctrine/orientdb-odm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (44 loc) · 1.14 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "doctrine/orientdb-odm",
"type": "library",
"description": "A set of PHP libraries in order to use OrientDB from PHP.",
"keywords": ["orientdb"],
"license": "MIT",
"authors": [
{
"name": "Alessandro Nadalin",
"email": "[email protected]",
"homepage": "http://www.odino.org"
},
{
"name": "David Funaro",
"email": "[email protected]",
"homepage": "http://davidfunaro.com"
},
{
"name": "Daniele Alessandri",
"email": "[email protected]",
"homepage": "http://clorophilla.net"
}
],
"autoload": {
"psr-0": {
"Doctrine\\OrientDB": "src/",
"Doctrine\\ODM\\OrientDB": "src/"
}
},
"require": {
"php": ">=5.3.3",
"doctrine/common": "~2.2",
"symfony/finder": "~2.3",
"symfony/class-loader": "~2.3",
"guzzle/guzzle": "*"
},
"require-dev": {
"phpunit/phpunit": "4.1.*"
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "stable"
}