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 #51 from driesvints/php8
Browse files Browse the repository at this point in the history
PHP 8 Support
  • Loading branch information
dragonmantank authored Nov 13, 2020
2 parents 6189193 + 291801e commit 0b73506
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 @@ -27,12 +27,12 @@
"email": "devrel@nexmo.com"
},
"require": {
"php": "^5.6|^7.1",
"php": "^5.6|^7.1|^8.0",
"illuminate/support": "^5.2|^6.0|^7.0|^8.0",
"vonage/client": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^5.3|~6.0|~8.0",
"phpunit/phpunit": "^5.3|~6.0|~8.0|~9.0",
"orchestra/testbench": "~3.0|^4.0|^5.0|^6.0"
},
"autoload": {
Expand Down

0 comments on commit 0b73506

Please sign in to comment.