Skip to content

Commit

Permalink
Merge pull request #8 from Vonage/feature/bump-for-v4
Browse files Browse the repository at this point in the history
Bump for version 4, php version requirements changed to reflect core
  • Loading branch information
SecondeJK committed Jan 16, 2023
2 parents 010da76 + 573641b commit 9a21c83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This package is a wrapper for our PHP library, which you can find here: <https://github.com/vonage/vonage-php-sdk-core>

> Please note that all requirements for this package will match the core library, including platform requirements such
> as a minimum requirement for PHP 7.4
> as a minimum requirement for PHP 8.0
This package exists to separate the Vonage functionality from the HTTP Client. If you can't install this package due to a conflict with the `guzzle6-adapter` package, you can instead install:

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"email": "devrel@vonage.com"
},
"require": {
"php": "~7.4 || ~8.0 || ~8.1",
"php": "~8.0 || ~8.1 || ~8.2",
"guzzlehttp/guzzle": "^7.0",
"vonage/client-core": "^3.0"
"vonage/client-core": "^4.0"
}
}

0 comments on commit 9a21c83

Please sign in to comment.