Skip to content

Commit

Permalink
Support Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
andreshg112 committed Sep 25, 2023
1 parent 3bfa9f3 commit b680170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -19,8 +19,8 @@
],
"require": {
"php": ">=7.1.0",
"illuminate/notifications": "^5.3",
"illuminate/support": "^5.1|^5.2|^5.3",
"illuminate/notifications": "^5.3|^5.4|^5.5|^5.6|^5.7|^5.8|^6.0|^7.0",
"illuminate/support": "^5.1|^5.2|^5.3|^5.4|^5.5|^5.6|^5.7|^5.8|^6.0|^7.0",
"pusher/pusher-http-laravel": "^4.2"
},
"require-dev": {
Expand Down

0 comments on commit b680170

Please sign in to comment.