Skip to content

Commit fcfc43d

Browse files
committed
composer: added meta info
1 parent cd3d3ba commit fcfc43d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

composer.json

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
{
22
"name": "sinusbot/sinusbot-api-php",
3+
"type": "library",
34
"description": "PHP Wrapper to communicate with the SinusBot API.",
5+
"keywords": [
6+
"php",
7+
"sinusbot",
8+
"api",
9+
"http"
10+
],
11+
"homepage": "https://github.com/SinusBot/api-php",
12+
"license": "GPL-2.0",
13+
"authors": [
14+
{"name": "Max Schmitt", "email": "[email protected]"},
15+
{"name": "Manuel Hettche", "email": "[email protected]"}
16+
],
417
"require-dev": {
518
"phpdocumentor/phpdocumentor": "2.*",
619
"squizlabs/php_codesniffer": "3.*"

0 commit comments

Comments
 (0)