-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
61 lines (61 loc) · 1.65 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "nxsys/library.ncl-full",
"description": "Nexus Common Library",
"homepage": "http://nxsys.org/spaces/onx",
"license": "MIT",
"type": "library",
"keywords": [
"execution",
"io",
"security",
"scheduler",
"telemetry",
"stdlib",
"utilities",
"megalith"
],
"support": {
"email": "onx@nxsysts.com",
"chat": "https://onx.zulipchat.com",
"issues": "https://nxsys.assembla.com/spaces/onx/tickets",
"forum": "https://nxsys.assembla.com/spaces/onx/messages",
"wiki": "https://nxsys.assembla.com/spaces/onx/wiki",
"source": "https://nxsys.assembla.com/spaces/onx/subversion/source",
"rss": "https://nxsys.assembla.com/spaces/onx/stream.rss"
},
"authors": [
{
"name": "Nexus Systems, Inc.",
"homepage": "https://nexussystemsinc.com/about/foss-commitment.html",
"email": "onx@nxs.systems",
"role": "Dev Team"
}
],
"autoload":
{
"psr-0":
{
"": "src/"
}
},
"require":
{
"PHP": ">=7",
"ext-spl": "*"
},
"repositories":
[
{"type": "path", "url": "./src/NxSys/Library/Bridges/*"},
{"type": "path", "url": "./src/NxSys/Library/Data/*"},
{"type": "path", "url": "./src/NxSys/Library/IO/*"},
{"type": "path", "url": "./src/NxSys/Library/Security/*"},
{"type": "path", "url": "./src/NxSys/Library/Utilities/*"}
],
"require-dev": {
"codeception/codeception": "^3.0",
"phing/phing": "^2.16",
"apigen/apigen": "dev-master",
"roave/better-reflection": "dev-master"
},
"minimum-stability": "dev"
}