-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 1.03 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
{
"prefer-stable": true,
"name": "erebot/lagchecker-module",
"description": "Erebot module to handle high latency",
"keywords": ["Erebot", "IRC", "bot", "module"],
"homepage": "https://github.com/Erebot/Module_LagChecker",
"license": "GPL-3.0+",
"authors": [
{
"name": "François Poirotte",
"email": "[email protected]",
"role": "lead"
}
],
"support": {
"issues": "https://github.com/Erebot/Module_LagChecker/issues",
"irc": "irc://irc.iiens.net/Erebot",
"source": "https://github.com/Erebot/Module_LagChecker"
},
"require": {
"php": ">=7.0",
"erebot/triggerregistry-module": "^0.3.0",
"erebot/api": "^0.9.0"
},
"require-dev": {
"erebot/buildenv": "^1.5.0",
"erebot/testenv": "^2.0.0"
},
"autoload": {
"psr-4": {
"Erebot\\Module\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}