slack/composer.json

12 lines
233 B
JSON
Raw Normal View History

2023-10-23 19:02:35 +03:00
{
"name": "bit/slack",
2023-10-23 19:02:35 +03:00
"description": "Slack simple posting utils",
"homepage": "https://git.bit5.ru/bit/slack",
"require": {
"php": ">=7.4"
},
"autoload": {
2023-10-24 17:24:03 +03:00
"files": ["slack.inc.php"]
2023-10-23 19:02:35 +03:00
}
}