You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
517 B

3 years ago
{
"name": "simplesip/whatsapp",
"description": "Projeto WhatsApp",
"authors": [{
"name": "Simples IP Desenvolvimento",
"email": "lucasawade46@gmail.com"
}],
3 years ago
"autoload": {
"psr-4": {
3 years ago
"app\\": "app/",
"scripts\\": "scripts/",
"websocket\\": "websocket/",
"service\\": "service/",
"tests\\": "tests/"
3 years ago
}
3 years ago
},
"require": {
"cboden/ratchet": "^0.4.4",
"textalk/websocket": "^1.3.1"
3 years ago
}
}