Skip to content

Commit

Permalink
Merge pull request #18 from pelmered/master
Browse files Browse the repository at this point in the history
Add Laravel 8 support
  • Loading branch information
pelmered authored Apr 27, 2021
2 parents e17c6c6 + 2fc2b68 commit 6b48d45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "lisennk/laravel-slack-events-api",
"description": "Slack Events API for Laravel 5, 6 and 7",
"description": "Slack Events API for Laravel 5, 6, 7 and 8",
"keywords": ["slack", "laravel", "api", "slack api", "slack events api", "events", "slack events"],
"require": {
"illuminate/http": "^5.4||^6.2||^7.2",
"illuminate/support": "^5.4||^6.2||^7.2",
"illuminate/routing": "^5.4||^6.2||^7.2"
"illuminate/http": "^5.4||^6.2||^7.2||^8.0",
"illuminate/support": "^5.4||^6.2||^7.2||^8.0",
"illuminate/routing": "^5.4||^6.2||^7.2||^8.0"
},
"require-dev": {
"phpunit/phpunit": "^4.7||^5.0||^8.0||^9.0",
Expand Down

0 comments on commit 6b48d45

Please sign in to comment.