Skip to content

Commit

Permalink
Bumped minimum PHP version and minimum Guzzle version
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmantank committed Sep 10, 2020
1 parent e9c1492 commit 29f23e3
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 @@ -30,8 +30,8 @@
"email": "devrel@nexmo.com"
},
"require": {
"php": ">=7.1",
"php-http/guzzle6-adapter": "^2.0",
"php": ">=7.2",
"guzzlehttp/guzzle": "^7.0",
"vonage/client-core": "^2.0"
}
}

0 comments on commit 29f23e3

Please sign in to comment.