2023-10-23 15:13:23 +03:00
|
|
|
{
|
|
|
|
"name": "bit/taskman_git",
|
|
|
|
"description": "taskman git utils",
|
2023-10-23 15:32:11 +03:00
|
|
|
"homepage": "https://git.bit5.ru/bit/taskman_git",
|
2023-10-23 15:13:23 +03:00
|
|
|
"require": {
|
|
|
|
"php": ">=7.4"
|
|
|
|
},
|
|
|
|
"autoload": {
|
2023-10-24 17:32:24 +03:00
|
|
|
"files": ["git.inc.php"]
|
2023-10-23 15:13:23 +03:00
|
|
|
}
|
|
|
|
}
|