Skip to content

Commit

Permalink
Merge pull request #1 from michaeldyrynda/master
Browse files Browse the repository at this point in the history
Add support for Laravel 6
  • Loading branch information
parkourben99 authored Sep 28, 2019
2 parents 3572b03 + d0bdfa2 commit 7c17ca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"require": {
"php": ">=5.6.4",
"clicksend/clicksend-php": "4.0.*",
"illuminate/queue": "^5.1",
"illuminate/notifications": "^5.1",
"illuminate/support": "^5.1"
"illuminate/queue": "^5.1 || ^6.0",
"illuminate/notifications": "^5.1 || ^6.0",
"illuminate/support": "^5.1 || ^6.0"
},
"require-dev": {
"phpunit/phpunit": "^5.2",
Expand Down

0 comments on commit 7c17ca3

Please sign in to comment.