Skip to content

Commit

Permalink
fix project configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitro-N committed Nov 29, 2021
1 parent 1673f69 commit 4fd7e69
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 690 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
vendor
/tests/nodeserver/node_modules/websocket/build/Release/.deps/
/tests/nodeserver/node_modules
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "glavweb/kurento-client-php",
"type": "library",
"version": "0.1.0",
"description": "A PHP Kurento Client",
"keywords": ["Kurento", "Client", "PHP"],
"homepage": "https://github.com/glavweb/kurento-client-php",
Expand All @@ -24,6 +23,7 @@
"require": {
"php": ">=7.1",
"ratchet/pawl": "^0.3.4",
"evenement/evenement": "^3.0",
"psr/log": "^1.1",
"ext-json": "*"
}
Expand Down
Loading

0 comments on commit 4fd7e69

Please sign in to comment.