26 lines
540 B
JSON
26 lines
540 B
JSON
|
{
|
||
|
"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",
|
||
|
"ext-json": "*"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"FuzeWorks\\Async\\": "src/FuzeWorks/Async"
|
||
|
}
|
||
|
},
|
||
|
"bin": ["bin/supervisor"]
|
||
|
}
|