taskman_lock/composer.json

12 lines
251 B
JSON

{
"name": "bit/taskman_lock",
"description": "taskman gamectl lock utils",
"homepage": "https://git.bit5.ru/composer/taskman_lock",
"require": {
"php": ">=7.4"
},
"autoload": {
"files": ["lock.inc.php"]
}
}