-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
36 lines (36 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
{
"name": "osmihelp/osmi-survey-graph",
"description": "Authorization and authentication for the Slim Framework using ZF2 Authentication and Acl components",
"homepage": "https://github.com/OSMIHelp/osmi-survey-graph",
"support": {
"issues": "https://github.com/OSMIHelp/osmi-survey-graph/issues",
"source": "https://github.com/OSMIHelp/osmi-survey-graph"
},
"license": "MIT",
"keywords": [
"osmi",
"neo4j",
"graph database",
"open sourcing mental illness"
],
"require": {
"slim/slim": "^3.4",
"willdurand/hateoas": "^2.10",
"willdurand/negotiation": "^2.0",
"ramsey/uuid": "^3.4",
"vlucas/phpdotenv": "^2.3",
"monolog/monolog": "^1.20",
"graphaware/neo4j-php-client": "^4.5",
"pimple/pimple": "^3.0",
"myclabs/php-enum": "^1.4",
"league/csv": "^8.1"
},
"require-dev": {
"jeremykendall/debug-die": "^0.0.1"
},
"autoload": {
"psr-4": {
"OSMI\\Survey\\Graph\\": "src/"
}
}
}