12 lines
250 B
JSON
12 lines
250 B
JSON
|
{
|
||
|
"name": "bit/taskman_unity",
|
||
|
"description": "taskman unity utils",
|
||
|
"homepage": "https://git.bit5.ru/composer/taskman_unity",
|
||
|
"require": {
|
||
|
"php": ">=7.4"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"classmap": ["unity.inc.php"]
|
||
|
}
|
||
|
}
|