forked from reactphp/reactphp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1009 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 1009 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
{
"name": "react/react",
"description": "Nuclear Reactor written in PHP.",
"keywords": ["event-loop", "reactor", "asynchronous"],
"license": "MIT",
"support": {
"issues": "https://github.com/reactphp/react/issues",
"irc": "irc://irc.freenode.org/reactphp"
},
"require": {
"php": ">=5.4.0",
"react/cache": "^0.4",
"react/child-process": "^0.5",
"react/dns": "^0.4",
"react/event-loop": "^0.5",
"react/http": "^0.8.1",
"react/http-client": "^0.5",
"react/promise": "^2.1",
"react/promise-stream": "^1.1.1",
"react/socket": "^0.8.8",
"react/stream": "^0.7.7"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35",
"clue/block-react": "^1.1",
"clue/stream-filter": "^1.3"
},
"extra": {
"branch-alias": {
"dev-master": "0.5-dev"
}
},
"config": {
"platform": {
"php": "5.4"
}
}
}