Skip to content

Commit

Permalink
updated laravel-twitch dependency, fixed attribute name, added event …
Browse files Browse the repository at this point in the history
…id, retries, timestamp
  • Loading branch information
Katzen48 committed Apr 30, 2021
1 parent c6ce64b commit e739839
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 2,144 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
vendor
.idea
.idea
composer.lock
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "katzen48/laravel-twitch-eventsub",
"type": "library",
"description": "This package provides support for subscribing to Twitch EventSub. It's based on laravel-twitch and fully compatible.",
"require": {
"romanzipp/laravel-twitch": "^4.0"
"php": "^8.0",
"romanzipp/laravel-twitch": "^4.0.10"
},
"authors": [
{
Expand All @@ -26,6 +28,6 @@
}
},
"require-dev": {
"illuminate/support": "^8.36"
"laravel/framework": "^v8.0"
}
}
Loading

0 comments on commit e739839

Please sign in to comment.