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
28 lines (28 loc) · 864 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 864 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
{
"name": "react/react",
"description": "ReactPHP: Event-driven, non-blocking I/O with PHP.",
"keywords": ["reactor", "asynchronous", "ReactPHP"],
"license": "MIT",
"support": {
"issues": "https://github.com/reactphp/react/issues",
"irc": "irc://irc.freenode.org/reactphp"
},
"require": {
"php": ">=5.3.8",
"react/cache": "^0.5",
"react/child-process": "^0.6",
"react/dns": "^0.4",
"react/event-loop": "^1.0",
"react/http": "^0.8.1",
"react/http-client": "^0.5",
"react/promise": "^2.1 || ^1.2",
"react/promise-stream": "^1.1.1",
"react/socket": "^1.0",
"react/stream": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^4.8.35",
"clue/block-react": "^1.1",
"clue/stream-filter": "^1.3"
}
}