forked from Ostico/PhpOrient
-
Notifications
You must be signed in to change notification settings - Fork 13
/
composer.json
42 lines (42 loc) · 1.15 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
{
"name": "ostico/phporient",
"description": "PHPOrient is a good php driver based on the binary protocol of OrientDB.",
"version": "v1.3.0",
"keywords": [
"orientdb",
"orient db",
"orientechnologies"
],
"homepage": "https://github.com/Ostico/PhpOrient",
"type": "library",
"license": "Apache License v2.0",
"authors": [
{
"name": "Domenico Lupinetti",
"email": "[email protected]",
"homepage": "https://www.linkedin.com/in/domenicolupinetti",
"role": "Owner, Developer"
}
],
"require": {
"php": ">=5.4.0",
"psr/log": "~1.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Ostico/phpdoc-md.git"
}
],
"require-dev": {
"phpunit/phpunit": "4.4",
"monolog/monolog": "1.11.*",
"phpdocumentor/template-zend": "1.3.0",
"phpdocumentor/phpdocumentor": "dev-master",
"Ostico/phpdoc-md": "dev-master",
"satooshi/php-coveralls": "~1.0"
},
"autoload": {
"psr-4": {"PhpOrient\\": "src/PhpOrient"}
}
}