-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.05 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
{
"name": "skinnybot/plugin-installer",
"description": "The plugin installer for Skinny.",
"homepage": "https://github.com/Plugin-Installer/Basic",
"keywords": ["discord", "bot", "php", "discordphp", "botphp", "skinny", "plugin", "installer"],
"type": "composer-installer",
"license": "MIT",
"support": {
"source":"https://github.com/SkinnyBot/Plugin-Installer",
"issues":"https://github.com/SkinnyBot/Plugin-Installer/issues"
},
"authors": [
{
"name": "Xety",
"email": "[email protected]",
"homepage": "https://github.com/Xety"
}
],
"require-dev": {
"composer/composer": "~1.0",
"squizlabs/php_codesniffer": "~3.0"
},
"autoload": {
"psr-4": {
"Skinny\\Composer\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Skinny\\Test\\Composer\\": "tests"
}
},
"extra": {
"class": "Skinny\\Composer\\Installer\\PluginInstaller"
},
"minimum-stability": "stable"
}