taskman_bhl/composer.json

12 lines
242 B
JSON
Raw Normal View History

2022-05-18 12:17:58 +03:00
{
"name": "bit/taskman_bhl",
"description": "taskman bhl utils",
"homepage": "https://git.bit5.ru/composer/taskman_bhl",
"require": {
"php": ">=7.4"
},
"autoload": {
"classmap": ["bhl.inc.php"]
}
}