-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 975 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 975 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
31
32
33
34
35
36
37
38
{
"name": "fcsapi/websocket",
"version": "4.0.0",
"description": "Real-time WebSocket client library for Forex, Cryptocurrency, and Stock market data from FCS API",
"type": "library",
"license": "MIT",
"keywords": [
"fcs",
"fcsapi",
"forex",
"cryptocurrency",
"crypto",
"stock",
"realtime",
"websocket",
"market-data",
"trading",
"bitcoin",
"ethereum"
],
"homepage": "https://github.com/fcsapi/websocket-php",
"authors": [
{
"name": "FCS API",
"email": "support@fcsapi.com",
"homepage": "https://fcsapi.com"
}
],
"support": {
"email": "support@fcsapi.com",
"issues": "https://github.com/fcsapi/websocket-php/issues",
"source": "https://github.com/fcsapi/websocket-php"
},
"require": {
"php": ">=7.4"
},
"minimum-stability": "stable"
}