Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #46 from driesvints/patch-1
Browse files Browse the repository at this point in the history
Laravel 8 support
  • Loading branch information
dragonmantank committed Aug 25, 2020
2 parents bff207f + 424da53 commit f79bd96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
},
"require": {
"php": "^5.6|^7.1",
"illuminate/support": "^5.2|^6.0|^7.0",
"illuminate/support": "^5.2|^6.0|^7.0|^8.0",
"nexmo/client": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^5.3|~6.0|~8.0",
"orchestra/testbench": "~3.0|^4.0|^5.0"
"orchestra/testbench": "~3.0|^4.0|^5.0|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f79bd96

Please sign in to comment.