20 lines
453 B
JSON
20 lines
453 B
JSON
{
|
|
"name": "lthn/php-plug-chat",
|
|
"description": "Chat platform integrations for the Plug framework",
|
|
"type": "library",
|
|
"license": "EUPL-1.2",
|
|
"require": {
|
|
"php": "^8.2",
|
|
"lthn/php": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Core\\Plug\\Chat\\": "src/"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"replace": {
|
|
"core/php-plug-chat": "self.version"
|
|
}
|
|
}
|