taskman_atf/composer.json

11 lines
247 B
JSON
Raw Normal View History

2022-07-25 14:44:16 +03:00
{
"name": "bit/taskman_atf",
"description": "android test farm",
"homepage": "https://git.bit5.ru/composer/taskman_atf",
"require": {
"php": ">=7.4"
},
"autoload": {
"classmap": ["atf.php"]
}
}