2022-07-25 14:44:16 +03:00
|
|
|
{
|
|
|
|
"name": "bit/taskman_atf",
|
2023-11-07 15:42:40 +03:00
|
|
|
"description": "Automation Test Farm routines",
|
2022-07-25 14:44:16 +03:00
|
|
|
"homepage": "https://git.bit5.ru/composer/taskman_atf",
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.4"
|
|
|
|
},
|
|
|
|
"autoload": {
|
2023-11-07 15:42:40 +03:00
|
|
|
"files": ["atf.inc.php"],
|
|
|
|
"classmap" : [
|
|
|
|
"session.inc.php", "plan.inc.php",
|
2023-11-07 15:53:56 +03:00
|
|
|
"task.inc.php", "device.inc.php",
|
2023-11-07 15:42:40 +03:00
|
|
|
"im.inc.php", "stats.inc.php"
|
|
|
|
]
|
2022-07-25 14:44:16 +03:00
|
|
|
}
|
2023-11-07 15:42:40 +03:00
|
|
|
}
|