-
-
Notifications
You must be signed in to change notification settings - Fork 138
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 582 Bytes
/
Copy pathcomposer.json
File metadata and controls
23 lines (23 loc) · 582 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "ebot/ebot-csgo",
"description": "The eBot version for CS2.",
"keywords": ["ebot","cs2","counter-strike 2","bot"],
"homepage": "http://github.com/deStrO/eBot-CSGO",
"license": "Apache Commons 3.0",
"authors": [
{
"name": "Julien Pardons",
"email": "julien@wedeho.be",
"homepage": "https://www.wedeho.be"
}
],
"require": {
"php": ">=7.4",
"ext-mysqli": "*",
"ext-json": "*",
"ext-redis": "*"
},
"autoload": {
"psr-0": { "": "src/" }
}
}