-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcomposer.json
47 lines (47 loc) · 1.23 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "wyrihaximus/react-child-process-pool",
"description": "Pool wyrihaximus/react-child-process-messenger processes",
"license": "MIT",
"authors": [
{
"name": "Cees-Jan Kiewiet",
"email": "[email protected]"
}
],
"require": {
"php": "^8.0 || ^7.0 || ^5.4",
"evenement/evenement": "^3.0 || ^2.0",
"react/event-loop": "^1.1",
"wyrihaximus/cpu-core-detector": "^2 || ^1.0.2",
"wyrihaximus/file-descriptors": "^2 || ^1.0 || ^0.1",
"wyrihaximus/react-child-process-messenger": "^4 || ^3 || ^2.10.1",
"wyrihaximus/ticking-promise": "^2 || ^1.5"
},
"require-dev": {
"clue/block-react": "^1.3",
"phake/phake": "^2.2.1",
"phpunit/phpunit": "^4.8.35||^5.0||^9.5",
"squizlabs/php_codesniffer": "^3.3.2",
"vectorface/dunit": "~2.0"
},
"suggest" : {
"wyrihaximus/react-child-process-pool-redis-queue": "Redis RPC queue"
},
"autoload": {
"psr-4": {
"WyriHaximus\\React\\ChildProcess\\Pool\\": "src/"
},
"files": ["src/functions_include.php"]
},
"autoload-dev": {
"psr-4": {
"WyriHaximus\\React\\Tests\\ChildProcess\\Pool\\": "tests/"
}
},
"config": {
"sort-packages": true,
"platform": {
"php": "5.4.33"
}
}
}