forked from reactphp/reactphp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 924 Bytes
/
composer.json
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
{
"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/async": "^4 || ^3 || ^2",
"react/cache": "^1.1",
"react/dns": "^1.10",
"react/event-loop": "^1.3",
"react/http": "^1.8",
"react/promise": "^3 || ^2.9 || ^1.2",
"react/promise-stream": "^1.5",
"react/promise-timer": "^1.9",
"react/socket": "^1.12",
"react/stream": "^1.2"
},
"require-dev": {
"clue/stream-filter": "^1.3",
"phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35"
},
"config": {
"preferred-install": {
"react/*": "source"
}
}
}