forked from rukavina/kurento-client-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 760 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "glavweb/kurento-client-php",
"type": "library",
"description": "A PHP Kurento Client",
"keywords": ["Kurento", "Client", "PHP"],
"homepage": "https://github.com/glavweb/kurento-client-php",
"license": "MIT",
"authors": [
{
"name": "Milan Rukavina",
"email": "rukavinamilan@gmail.com"
},
{
"name": "Sergey Zvyagintsev",
"email": "nitron.ru@gmail.com"
}
],
"autoload": {
"psr-4": {
"MgKurentoClient\\": "src/MgKurentoClient"
}
},
"require": {
"php": ">=7.1",
"ratchet/pawl": "^0.3.4",
"evenement/evenement": "^3.0",
"psr/log": "^1.1",
"ext-json": "*"
}
}