12 lines
269 B
JSON
12 lines
269 B
JSON
|
{
|
||
|
"name": "bit/taskman_teamcity",
|
||
|
"description": "Teamcity build setup for RND",
|
||
|
"homepage": "https://git.bit5.ru/composer/taskman_teamcity",
|
||
|
"require": {
|
||
|
"php": ">=7.4"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"classmap": ["teamcity.inc.php"],
|
||
|
}
|
||
|
}
|