18 lines
401 B
JSON
18 lines
401 B
JSON
{
|
|
"name": "bit/taskman_dotnet",
|
|
"description": "taskman dotnet support",
|
|
"homepage": "https://git.bit5.ru/composer/taskman_dotnet",
|
|
"require": {
|
|
"php": ">=8.3"
|
|
},
|
|
"post-install-cmd": [
|
|
"taskman\\DotnetSupport::install"
|
|
],
|
|
"post-update-cmd": [
|
|
"taskman\\DotnetSupport::install"
|
|
],
|
|
"autoload": {
|
|
"classmap": ["dotnet.inc.php"]
|
|
}
|
|
}
|