-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 984 Bytes
/
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
{
"name": "ericsalerno/slzbot-twitter",
"description": "Simple twitter bot implementation of ericsalerno/slzbot-irc",
"keywords": [
"PHP",
"IRC",
"Bot",
"Twitter"
],
"homepage": "https://www.salernolabs.com/",
"license": "MIT",
"authors": [
{
"name": "Eric Salerno",
"email": "[email protected]",
"homepage": "http://www.ericsalerno.com/",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/ericsalerno/slzbot-irc/issues",
"source": "https://github.com/ericsalerno/slzbot-irc/releases"
},
"require":{
"php": ">=5.6",
"ericsalerno/slzbot-irc": "^0.1.9",
"jublonet/codebird-php": "^3.1",
"ext-json": "^1.4",
"ext-mbstring": "^7.0"
},
"autoload":{
"psr-4": {
"TwitterBot\\": "src/"
}
}
}