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 #41 from driesvints/laravel7
Browse files Browse the repository at this point in the history
Add Laravel 7 support
  • Loading branch information
dragonmantank authored Feb 21, 2020
2 parents d05faa7 + 51e7116 commit 57b62d9
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",
"illuminate/support": "^5.2|^6.0|^7.0",
"nexmo/client": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^5.3|~6.0|~8.0",
"orchestra/testbench": "~3.0|^4.0"
"orchestra/testbench": "~3.0|^4.0|^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 57b62d9

Please sign in to comment.