taskman_git/composer.json

12 lines
234 B
JSON
Raw Permalink Normal View History

2023-10-23 15:13:23 +03:00
{
"name": "bit/taskman_git",
"description": "taskman git utils",
"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
}
}