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.

22 lines
506 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/"
3 years ago
}
3 years ago
},
"require": {
"cboden/ratchet": "^0.4",
"textalk/websocket": "^1.5"
}
}