taskman_teamcity/composer.json

12 lines
268 B
JSON
Raw Normal View History

2022-06-06 17:14:05 +03:00
{
"name": "bit/taskman_teamcity",
"description": "Teamcity build setup for RND",
"homepage": "https://git.bit5.ru/composer/taskman_teamcity",
"require": {
"php": ">=7.4"
},
"autoload": {
2022-06-06 17:17:10 +03:00
"classmap": ["teamcity.inc.php"]
2022-06-06 17:14:05 +03:00
}
}