Skip to content

Commit 21b4a1b

Browse files
authored
Description property added
./composer.json is valid for simple usage with composer but has strict errors that make it unable to be published as a package: See https://getcomposer.org/doc/04-schema.md for details on the schema description : The property description is required
1 parent 6ab402d commit 21b4a1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"name": "grkamil/laravel-telegram-logging",
3+
"description": "Send logs to Telegram chat via Telegram bot",
4+
"license": "MIT",
35
"autoload": {
46
"psr-0" : {
57
"Logger\\" : "src"

0 commit comments

Comments
 (0)