-
-
Notifications
You must be signed in to change notification settings - Fork 138
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 681 Bytes
/
Copy pathcomposer.json
File metadata and controls
25 lines (25 loc) · 681 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
{
"name": "ebot/ebot-csgo",
"description": "The eBot version for CS:GO.",
"keywords": ["ebot","csgo","counter-strike global offensive","bot"],
"homepage": "http://github.com/deStrO/eBot-CSGO",
"license": "Apache Commons 3.0",
"authors": [
{
"name": "Julien Pardons",
"email": "destro@esport-tools.net",
"homepage": "http://www.esport-tools.net"
}
],
"require": {
"koraktor/steam-condenser": "1.3.5",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "5.0.*",
"phpunit/php-invoker": "*"
},
"autoload": {
"psr-0": { "": "src/" }
}
}