-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 1.01 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
{
"name": "pschwisow/phergie-irc-plugin-react-altnick",
"description": "Phergie plugin for switching to alternate nicks when primary is not available",
"keywords": [ "phergie", "irc", "bot", "plugin" ],
"license": "BSD-2-Clause",
"support": {
"email": "[email protected]",
"irc": "irc://irc.freenode.net/phergie",
"issues": "https://github.com/PSchwisow/phergie-irc-plugin-react-altnick/issues",
"source": "https://github.com/PSchwisow/phergie-irc-plugin-react-altnick"
},
"minimum-stability": "dev",
"require": {
"phergie/phergie-irc-bot-react": "~2"
},
"require-dev": {
"phpunit/phpunit": "4.1.*",
"phake/phake": "2.0.0-beta2",
"codeclimate/php-test-reporter": "dev-master"
},
"autoload": {
"psr-4": {
"PSchwisow\\Phergie\\Plugin\\AltNick\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"PSchwisow\\Phergie\\Tests\\Plugin\\AltNick\\": "tests"
}
}
}