-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
58 lines (58 loc) · 1.7 KB
/
Copy pathcomposer.json
File metadata and controls
58 lines (58 loc) · 1.7 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
50
51
52
53
54
55
56
57
58
{
"name": "amphp/dependency-graph",
"type": "project",
"license": "MIT",
"autoload": {
"psr-4": {
"Amp\\DependencyGraph\\": "src/"
}
},
"authors": [
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"require-dev": {
"deptrac/deptrac": "^4.6"
},
"require": {
"amphp/amp": "^3.1",
"amphp/byte-stream": "^2.1",
"amphp/cache": "^2.0",
"amphp/cluster": "^2.0",
"amphp/dns": "^2.4",
"amphp/file": "^3.0",
"amphp/hpack": "^3.2",
"amphp/http": "^2.1",
"amphp/http-client": "^5.3",
"amphp/http-client-cookies": "^2.0",
"amphp/http-client-guzzle-adapter": "^1.1",
"amphp/http-client-psr7": "^1.1",
"amphp/http-server": "^3.4",
"amphp/http-server-form-parser": "^2.0",
"amphp/http-server-router": "^2.0",
"amphp/http-server-session": "^3.0",
"amphp/http-server-static-content": "^2.0",
"amphp/http-tunnel": "^2.0",
"amphp/log": "^2.0",
"amphp/mysql": "^3.1",
"amphp/parallel": "^2.4",
"amphp/parallel-functions": "^2.0",
"amphp/parser": "^1.1",
"amphp/pipeline": "^1.2",
"amphp/postgres": "^2.2",
"amphp/process": "^2.1",
"amphp/redis": "^2.0",
"amphp/rpc": "^2.0",
"amphp/serialization": "^1.1",
"amphp/socket": "^2.4",
"amphp/sql": "^2.1",
"amphp/sql-common": "^2.0",
"amphp/sync": "^2.3",
"amphp/websocket": "^2.0",
"amphp/websocket-client": "^2.0",
"amphp/websocket-server": "^4.0",
"amphp/windows-registry": "^1.0"
}
}