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.
 
 
 

27 lines
670 B

{
"name": "simplesip/whatsapp",
"description": "Projeto WhatsApp",
"authors": [{
"name": "Simples IP Desenvolvimento",
"email": "lucasawade46@gmail.com"
}],
"autoload": {
"psr-4": {
"app\\": "app/",
"scripts\\": "scripts/",
"websocket\\": "websocket/",
"service\\": "service/",
"tests\\": "tests/"
}
},
"require": {
"cboden/ratchet": "^0.4.4",
"textalk/websocket": "^1.3.1",
"twilio/sdk": "^5.42.2",
"slim/slim": "^4.10",
"guzzlehttp/guzzle": "^7.4"
},
"config": {
"disable-tls": false
}
}