first commit
This commit is contained in:
commit
9d1ce93abc
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
namespace taskman;
|
||||
|
||||
|
||||
task('test', function()
|
||||
{
|
||||
echo "\nHello world\n";
|
||||
});
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "bit/taskman_atf",
|
||||
"description": "android test farm",
|
||||
"homepage": "https://git.bit5.ru/composer/taskman_atf",
|
||||
"require": {
|
||||
"php": ">=7.4"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": ["atf.php"]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue