php-plug-chat/composer.json
Snider d4c751e01a feat: extract chat providers from app/Plug/Chat
Discord, Slack, Telegram providers
with Core\Plug\Chat namespace alignment.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 17:28:14 +00:00

17 lines
387 B
JSON

{
"name": "core/php-plug-chat",
"description": "Chat platform integrations for the Plug framework",
"type": "library",
"license": "EUPL-1.2",
"require": {
"php": "^8.2",
"core/php": "^1.0"
},
"autoload": {
"psr-4": {
"Core\\Plug\\Chat\\": "src/"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}