taskman_dotnet/composer.json

12 lines
275 B
JSON
Raw Normal View History

2024-09-23 18:27:20 +03:00
{
"name": "bit/taskman_dotnet",
"description": "taskman dotnet support",
"homepage": "https://git.bit5.ru/composer/taskman_dotnet",
"require": {
"php": ">=8.3"
},
"autoload": {
2024-09-23 19:34:41 +03:00
"classmap": ["support.inc.php", "dotnet.inc.php"]
2024-09-23 18:27:20 +03:00
}
}