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
25 lines (25 loc) · 740 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 740 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
{
"name": "react/react",
"description": "ReactPHP: Event-driven, non-blocking I/O with PHP.",
"keywords": ["reactor", "asynchronous", "ReactPHP"],
"homepage": "https://reactphp.org/",
"license": "MIT",
"support": {
"chat": "https://gitter.im/reactphp/reactphp"
},
"require": {
"php": ">=5.3.8",
"react/cache": "^1.0",
"react/dns": "^1.0",
"react/event-loop": "^1.0",
"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"
}
}