Skip to content

Commit 9a21c83

Browse files
authored
Merge pull request #8 from Vonage/feature/bump-for-v4
Bump for version 4, php version requirements changed to reflect core
2 parents 010da76 + 573641b commit 9a21c83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This package is a wrapper for our PHP library, which you can find here: <https://github.com/vonage/vonage-php-sdk-core>
66

77
> Please note that all requirements for this package will match the core library, including platform requirements such
8-
> as a minimum requirement for PHP 7.4
8+
> as a minimum requirement for PHP 8.0
99
1010
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:
1111

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"email": "[email protected]"
3535
},
3636
"require": {
37-
"php": "~7.4 || ~8.0 || ~8.1",
37+
"php": "~8.0 || ~8.1 || ~8.2",
3838
"guzzlehttp/guzzle": "^7.0",
39-
"vonage/client-core": "^3.0"
39+
"vonage/client-core": "^4.0"
4040
}
4141
}

0 commit comments

Comments
 (0)