taskman_unity/composer.json

12 lines
247 B
JSON
Raw Permalink Normal View History

2022-05-18 11:58:54 +03:00
{
"name": "bit/taskman_unity",
"description": "taskman unity utils",
"homepage": "https://git.bit5.ru/composer/taskman_unity",
"require": {
"php": ">=7.4"
},
"autoload": {
2023-10-24 17:33:23 +03:00
"files": ["unity.inc.php"]
2022-05-18 11:58:54 +03:00
}
}