15 lines
329 B
JSON
15 lines
329 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"
|
||
|
],
|
||
|
"autoload": {
|
||
|
"classmap": ["dotnet.inc.php"]
|
||
|
}
|
||
|
}
|