We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3d3ba commit fcfc43dCopy full SHA for fcfc43d
composer.json
@@ -1,6 +1,19 @@
1
{
2
"name": "sinusbot/sinusbot-api-php",
3
+ "type": "library",
4
"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": "max@schmitt.mx"},
15
+ {"name": "Manuel Hettche", "email": "info@ts3index.com"}
16
17
"require-dev": {
18
"phpdocumentor/phpdocumentor": "2.*",
19
"squizlabs/php_codesniffer": "3.*"
0 commit comments