🎉 Hello world

This commit is contained in:
2020-03-26 00:11:37 +01:00
commit eedfbcc2ab
14 changed files with 686 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"require": {
"fguillot/json-rpc": "@stable",
"ext-soap": "*"
},
"autoload": {
"psr-4": {
"Shikiryu\\Bot\\": "bot/"
}
}
}