2022-05-16 14:44:03 +03:00
|
|
|
{
|
|
|
|
"name": "bit/taskman_helpers",
|
|
|
|
"description": "taskman helper utils",
|
|
|
|
"homepage": "https://git.bit5.ru/composer/taskman_helpers",
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.4"
|
|
|
|
},
|
|
|
|
"autoload": {
|
2023-10-24 17:34:28 +03:00
|
|
|
"files": ["helpers.inc.php"]
|
2022-05-16 14:44:03 +03:00
|
|
|
}
|
|
|
|
}
|