forked from thruway/client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (37 loc) · 913 Bytes
/
composer.json
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
31
32
33
34
35
36
37
38
{
"name": "thruway/client",
"description": "Thruway WAMP client",
"license": "MIT",
"keywords": [
"WebSockets",
"Client",
"WAMP",
"WAMP2",
"Autobahn"
],
"authors": [
{
"name": "Matt Bonneau", "email": "[email protected]", "role": "Developer"
},
{
"name": "David Dan", "email": "[email protected]", "role": "Developer"
}
],
"autoload": {
"psr-4": {
"Thruway\\": "src/"
}
},
"require": {
"php": ">7.1",
"voryx/thruway-common": "^1.0",
"react/event-loop": "^1.0 || ^0.5 || ^0.4.3",
"evenement/evenement": "^3.0 || ^2.0",
"psr/log": "^3 || ^2 || ^1",
"react/promise-timer": "^1.2.1"
},
"require-dev": {
"phpunit/phpunit": "^5.5.4",
"thruway/pawl-transport": "dev-master"
}
}