2020-02-01 13:32:36 +00:00
|
|
|
{
|
|
|
|
"name": "fuzeworks/async",
|
|
|
|
"description": "FuzeWorks Async task execution library",
|
|
|
|
"license": ["MIT"],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "TechFuze",
|
|
|
|
"homepage": "https://techfuze.net"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "FuzeWorks Community",
|
|
|
|
"homepage": "https://techfuze.net/fuzeworks/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.2.0",
|
|
|
|
"fuzeworks/core": "~1.2.0",
|
2020-02-14 14:31:09 +00:00
|
|
|
"ext-json": "*",
|
|
|
|
"ext-redis": "*"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"fuzeworks/tracycomponent": "~1.2.0"
|
2020-02-01 13:32:36 +00:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"FuzeWorks\\Async\\": "src/FuzeWorks/Async"
|
|
|
|
}
|
|
|
|
},
|
2020-02-14 14:31:09 +00:00
|
|
|
"bin": ["bin/supervisor", "bin/worker"]
|
2020-02-01 13:32:36 +00:00
|
|
|
}
|