mattermost/composer.json

12 lines
245 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": {
2023-10-24 17:14:31 +03:00
"files": ["mattermost.inc.php"]
2023-10-23 18:38:32 +03:00
}
}