Ai_GirlFriend/xunifriend_RaeeC/vendor/maniac/easemob-php/composer.json
2026-01-31 19:15:41 +08:00

24 lines
429 B
JSON

{
"name": "maniac/easemob-php",
"description": "PHP Server SDK for IM.",
"license": "MIT",
"authors": [
{
"name": "maniac",
"email": "maniac.liu@easemob.com"
}
],
"require": {
"php": ">=5.3.3"
},
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"Easemob\\": "src/",
"tests\\": "tests/"
}
}
}