forked from openthc/api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 768 Bytes
/
composer.json
File metadata and controls
39 lines (39 loc) · 768 Bytes
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
{
"name": "openthc/api",
"description": "OpenTHC API",
"license": "GPL",
"autoload": {
"psr-4": {
"App\\": "./lib",
"AppTest\\": "./test"
}
},
"repositories": [
{
"type": "vcs",
"url": "ssh://git@gitlab.com/openthc/common.git"
}
],
"require": {
"php": ">=7.2.0",
"ext-curl": "*",
"ext-date": "*",
"ext-json": "*",
"ext-PDO": "*",
"ext-session": "*",
"ext-sockets": "*",
"ext-yaml": "*",
"edoceo/radix": "dev-master",
"justinrainbow/json-schema": "5.2.7",
"openthc/common": "dev-master",
"opis/json-schema": "1.0.11",
"slim/slim": "3.12.0",
"slim/twig-view": "2.4.0",
"swaggest/json-schema": "0.12.6",
"twig/twig": "2.6.2",
"zircote/swagger-php": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^8"
}
}