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