-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.36 KB
/
composer.json
File metadata and controls
41 lines (41 loc) · 1.36 KB
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
{
"name": "muffin/bot",
"description": "Muffin's bot",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Jad Bitar",
"email": "jadb@cakephp.org"
},
{
"name": "ADmad",
"email": "admad@cakephp.org"
}
],
"require": {
"cakephp/core": "~3.0",
"cakephp/orm": "~3.0",
"josegonzalez/dotenv": "~0.6",
"phergie/phergie-irc-bot-react": "~1.0",
"phergie/phergie-irc-plugin-react-autojoin": "~1.0",
"phergie/phergie-irc-plugin-react-command": "~1.0",
"phergie/phergie-irc-plugin-react-commandhelp": "~1.0",
"phergie/phergie-irc-plugin-react-eventfilter": "~1.0",
"phergie/phergie-irc-plugin-react-feedticker": "~1.0",
"phergie/phergie-irc-plugin-react-joinpart": "~1.0",
"phergie/phergie-irc-plugin-react-nickserv": "~1.0",
"phergie/phergie-irc-plugin-react-pong": "~1.0",
"phergie/phergie-irc-plugin-react-quit": "~1.0",
"wyrihaximus/phergie-dns": "~2.1",
"wyrihaximus/phergie-http": "~2.1"
},
"autoload": {
"psr-4": {
"Muffin\\Bot\\Seen\\": "plugins/Seen/src",
"Muffin\\Bot\\Remember\\": "plugins/Remember/src",
"Muffin\\Bot\\Notify\\": "plugins/Notify/src"
}
},
"minimum-stability": "dev"
}