-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
49 lines (49 loc) · 1.42 KB
/
composer.json
File metadata and controls
49 lines (49 loc) · 1.42 KB
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
{
"name": "nxsys/library.io-stdinterface",
"description": "Composable, extendable, standardizable interfaces to supersede PHP's IO objects.",
"keywords": [
"IO",
"StreamHandler",
"OOP"
],
"homepage": "http://nxsys.org/spaces/onx",
"license": "MIT",
"type": "library",
"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-4": { "NxSys\\Library\\IO\\Stdinterface\\": "." }
},
"require":
{
"php": ">=7",
"ext-SPL": "*"
},
"suggest":
{
"nxsys/toolkits.openvfs": "*",
"monolog/monolog": "*"
},
"require-dev":
{
"nxsys/library.ncl": "dev-master",
"codeception/codeception": "^3"
},
"minimum-stability": "stable"
}