-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
38 lines (37 loc) · 1.07 KB
/
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": "ghostjat/shoonya-php",
"description": "A php wrapper or connector to the Shoonya-API and websocket.",
"type": "library",
"keywords": ["php", "ShoonyaApi", "Api", "Trading", "NSE", "BSE", "NFO", "Finvasia", "Stock", "Indian","Bot"],
"homepage": "https://github.com/ghostjat/shoonya-php",
"license": "MIT",
"authors": [
{
"name": "Shubham Chaudhary",
"email": "ghost.jat@gmail.com",
"role": "dev"
}
],
"support": {
"issues": "https://github.com/ghostjat/shoonya-php/issues?state=open",
"source": "https://github.com/ghostjat/shoonya-php",
"email": "ghost.jat@gmail.com"
},
"autoload": {
"psr-4": {
"Core\\": "src/Core"
}
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
},
"require": {
"guzzlehttp/guzzle": "^7.0",
"ratchet/pawl": "^0.4.1",
"katzgrau/klogger": "^1.2.2",
"spomky-labs/otphp": "^11.0",
"php": "^8.0"
}
}