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