2022-05-16 14:41:44 +03:00
|
|
|
{
|
|
|
|
"name": "bit/taskman_config",
|
|
|
|
"description": "taskman config utils",
|
|
|
|
"homepage": "https://git.bit5.ru/composer/taskman_config",
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.4"
|
|
|
|
},
|
|
|
|
"autoload": {
|
2022-05-16 17:59:11 +03:00
|
|
|
"classmap": ["config.inc.php", "msgpack/msgpack_custom.inc.php"]
|
2022-05-16 14:41:44 +03:00
|
|
|
}
|
|
|
|
}
|