forked from amal/AzaThread
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
39 lines (39 loc) · 1.11 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
{
"name": "aza/thread",
"description": "AzaThread - Anizoptera CMF simple and powerful threads emulation component for PHP (based on forks).",
"keywords": [
"fork", "thread", "async", "parallel", "serialization", "multi-thread", "daemon"
],
"homepage": "/~https://github.com/Anizoptera/AzaThread",
"license": "MIT",
"support": {
"issues": "/~https://github.com/Anizoptera/AzaThread/issues"
},
"authors": [
{"name": "Amal Samally", "email": "amal.samally@gmail.com", "homepage": "/~https://github.com/amal"},
{"name": "AzaGroup Members"}
],
"require": {
"php": ">=5.3.3",
"aza/clibase": "~1.0",
"aza/libevent": "~1.0",
"aza/socket": "~1.0"
},
"suggest": {
"ext-posix": "Only synchronous compatibility mode will be available without it",
"ext-pcntl": "Only synchronous compatibility mode will be available without it",
"ext-libevent": "Only synchronous compatibility mode will be available without it"
},
"autoload": {
"psr-0": {
"Aza\\Components\\Thread": ""
}
},
"target-dir": "Aza/Components/Thread",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"minimum-stability": "dev"
}