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