{
"name": "dmamontov/asynctask-7",
"description": "AsyncTask enables proper and easy use of the thread. This class allows to perform background operations and publish results on the thread without having to manipulate threads and/or handlers.",
"type": "library",
"keywords": ["task", "background", "asynchronous", "work days"],
"version": "2.0.13",
"license": "BSD-3-Clause",
"homepage": "https://bringer.pro/",
"authors": [
{
"name": "Dmitry Mamontov",
"email": "mamontov@bringer.pro",
"role": "lead"
}
],
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "7.*",
"apigen/apigen": "4.*"
},
"support": {
"email": "mamontov@bringer.pro"
},
"autoload": {
"psr-0": { "AsyncTask\\": "src/" }
},
"extra": {
"branch-alias": {
"dev-master": "2.0.4.x-dev"
}
}
}
|