mattermost/composer.json

12 lines
248 B
JSON
Raw Normal View History

2023-10-23 18:38:32 +03:00
{
"name": "bit/mattermost",
"description": "Mattermost simple utils",
"homepage": "https://git.bit5.ru/bit/mattermost",
"require": {
"php": ">=7.4"
},
"autoload": {
"classmap": ["mattermost.inc.php"]
}
}