-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
52 lines (52 loc) · 1.43 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "valzargaming/yasmin",
"replace": {
"charlottedunois/yasmin": "self.version"
},
"description": "Yasmin is a Discord API library for PHP.",
"type": "library",
"license": "Apache-2.0",
"authors": [
{
"name": "CharlotteDunois",
"email": "github@charuru.moe"
},
{
"name": "Valithor Obsidion",
"email": "valzargaming@gmail.com",
"role": "Maintainer"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=7.1",
"ext-bcmath": "*",
"ext-date": "*",
"ext-filter": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-pcre": "*",
"ext-zlib": "*",
"valzargaming/collection": "^0.2.0",
"valzargaming/eventemitter": "^0.1.5",
"valzargaming/validator": "^0.3.0",
"clue/buzz-react": "^2.6.0",
"psr/http-message": "^1.0",
"ratchet/pawl": "^0.3.1",
"react/event-loop": "^1.0|^0.5|^0.4.3",
"react/filesystem": "^0.1.1",
"react/promise": "^2.7.0",
"ringcentral/psr7": "^1.2"
},
"suggest": {
"charlottedunois/athena": "For Redis-backed ratelimit bucket",
"charlottedunois/kimberly": "For WS encoding etf 🚀"
},
"autoload": {
"psr-4": {
"CharlotteDunois\\Yasmin\\": "src"
}
}
}