-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (28 loc) · 881 Bytes
/
composer.json
File metadata and controls
30 lines (28 loc) · 881 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
{
"name": "drift/react-functions",
"description": "Lightweight library that provides regular PHP methods is a non-blocking implementation.",
"keywords": ["blocking", "await", "sleep", "Event Loop", "Promise", "ReactPHP", "async"],
"homepage": "https://github.com/driftphp/reactphp-functions",
"license": "MIT",
"authors": [
{
"name": "Marc Morera",
"email": "yuhu@mmoreram.com"
}
],
"require": {
"php": "^7.4 || ^8.0",
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
"react/promise": "^3",
"react/child-process": "^0.6",
"react/promise-timer": "^1.5",
"react/stream": "^1.0"
},
"require-dev": {
"clue/block-react": "^1.3",
"phpunit/phpunit" : "^9"
},
"autoload": {
"files": [ "src/functions_include.php" ]
}
}