Skip to content

Commit

Permalink
First
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio Rocha committed Apr 28, 2021
0 parents commit e221131
Show file tree
Hide file tree
Showing 153 changed files with 22,838 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "frf/discord-notification",
"description": "Send message to webhook discord channel",
"type": "library",
"require": {
"guzzlehttp/guzzle": "^7.3"
},
"authors": [
{
"name": "Fabio Farias",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"frf\\discord-notification\\": "src/"
}
}
}
Loading

0 comments on commit e221131

Please sign in to comment.