forked from statusengine/interface
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (31 loc) · 763 Bytes
/
composer.json
File metadata and controls
33 lines (31 loc) · 763 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
{
"name": "Statusengine RESTful JSON API",
"description": "A RESTful JSON API for the Statusengine data and frontend",
"version": "2",
"homepage": "https://statusengine.org/",
"license": "GPLv3",
"authors": [
{
"name": "Daniel Ziegler (nook24)",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/statusengine/interface/issues",
"source": "https://github.com/statusengine/interface"
},
"require": {
"php": ">=5.5.9",
"ext-ldap": "*",
"slim/slim": "^3.7",
"symfony/yaml": "2.8",
"symfony/console": "2.8",
"crate/crate-dbal":"*",
"crate/crate-pdo":">=0.6.0",
"slim/csrf": "^0.8.1",
"guzzlehttp/guzzle": "~6.0"
},
"autoload": {
"classmap": ["src/"]
}
}