Add license.
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-06-20 21:28:29 +03:00
parent db70255f4f
commit bb60973f1f
3 changed files with 673 additions and 4 deletions
+10 -4
View File
@@ -1,9 +1,15 @@
{
"name": "laravel/laravel",
"name": "KKlochko/dots-bot-api",
"type": "project",
"description": "The skeleton application for the Laravel framework.",
"keywords": ["laravel", "framework"],
"license": "MIT",
"description": "The application to manage logic as bot backend.",
"keywords": ["bot", "matrix"],
"license": "AGPL-3.0-or-later",
"authors": [
{
"name": "Kostiantyn Klochko",
"email": "kklochko@protonmail.com"
}
],
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.7",