|
{
|
|
"name": "bit/taskman_config",
|
|
"description": "taskman config utils",
|
|
"homepage": "https://git.bit5.ru/composer/taskman_config",
|
|
"require": {
|
|
"php": ">=7.4"
|
|
},
|
|
"autoload": {
|
|
"files": ["config.inc.php"],
|
|
"classmap": ["msgpack/msgpack_custom.inc.php"]
|
|
}
|
|
}
|