-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
42 lines (42 loc) · 1.07 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": "helderjs/silex-arangodb-service-provider",
"description": "ArangoDB Silex Service Provider",
"keywords": [
"PHP",
"Silex",
"ArangoDB",
"Provider",
"NoSQL",
"database"
],
"homepage": "https://github.com/helderjs/ArangoDbSilexServiceProvider",
"type": "library",
"license": "MIT",
"version": "dev",
"authors": [
{
"name": "Helder Santana",
"email": "[email protected]",
"homepage": "http://github.com/helderjs",
"role": "Creator"
}
],
"require": {
"php": ">=5.5",
"triagens/arangodb": "~2.8.1"
},
"require-dev": {
"silex/silex": "~1.3.5",
"phpunit/phpunit": "5.3.*"
},
"autoload": {
"psr-0": {
"SilexArangoDb": "src"
}
},
"minimum-stability": "dev",
"support": {
"source": "https://github.com/helderjs/ArangoDbSilexServiceProvider",
"issues": "https://github.com/helderjs/ArangoDbSilexServiceProvider/issues"
}
}