Skip to content

Commit

Permalink
upgrade to use promise based socket client
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitro-N committed Jun 25, 2020
1 parent 2985e90 commit d424a71
Show file tree
Hide file tree
Showing 28 changed files with 1,314 additions and 375 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
composer.lock
vendor
/tests/nodeserver/node_modules/websocket/build/Release/.deps/
/tests/nodeserver/node_modules
File renamed without changes.
31 changes: 16 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
{
"name": "rukavinamilan/kurento-client-php",
"name": "glavweb/kurento-client-php",
"type": "library",
"version": "0.1.0",
"description": "A PHP Kurento Client",
"keywords": ["Kurento", "Client", "PHP"],
"homepage": "https://github.com/rukavinamilan/kurento-client-php",
"homepage": "https://github.com/glavweb/kurento-client-php",
"license": "MIT",
"authors": [
{
"name": "Milan Rukavina",
"email": "[email protected]"
}
],
{
"name": "Milan Rukavina",
"email": "[email protected]"
},
{
"name": "Sergey Zvyagintsev",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"MgKurentoClient\\": "src/MgKurentoClient"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Devristo/phpws"
}
],
"require": {
"devristo/phpws": "dev-master"
"ratchet/pawl": "^0.3.4",
"psr/log": "^1.1",
"ext-json": "*"
}
}
}
Loading

0 comments on commit d424a71

Please sign in to comment.