Adding composer.json
This commit is contained in:
parent
bdacff3c35
commit
12031ccd2a
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"name": "bit/taskman",
|
||||||
|
"description": "Taskman",
|
||||||
|
"homepage": "https://git.bit5.ru/composer/taskman",
|
||||||
|
"require": {
|
||||||
|
"php": ">=7.4"
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"files": ["taskman.inc.php"]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue