taskman_atf/composer.json

11 lines
247 B
JSON

{
"name": "bit/taskman_atf",
"description": "android test farm",
"homepage": "https://git.bit5.ru/composer/taskman_atf",
"require": {
"php": ">=7.4"
},
"autoload": {
"classmap": ["atf.php"]
}
}