Skip to content

Commit 010da76

Browse files
authored
Merge pull request #7 from Vonage/feature/bump-for-v3
Bump core version, changed the readme to advise on PHP minimum version
2 parents 29f23e3 + f1f943f commit 010da76

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
This package is a wrapper for our PHP library, which you can find here: <https://github.com/vonage/vonage-php-sdk-core>
66

7+
> 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
9+
710
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:
811

912
* The main package `vonage/client-core`

composer.json

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,38 @@
44
"license": "MIT",
55
"type": "library",
66
"authors": [
7+
{
8+
"name": "James Seconde",
9+
"email": "[email protected]",
10+
"role": "PHP Developer Advocate"
11+
},
712
{
813
"name": "Tim Lytle",
9-
"email": "[email protected]",
1014
"role": "Developer",
11-
"homepage": "http://twitter.com/tjlytle"
15+
"homepage": "https://twitter.com/tjlytle"
1216
},
1317
{
1418
"name": "Michael Heap",
15-
"email": "[email protected]",
16-
"role": "Developer"
19+
"role": "Developer",
20+
"homepage": "https://www.twitter.com/mheap"
1721
},
1822
{
1923
"name": "Lorna Mitchell",
20-
"email": "[email protected]",
21-
"role": "Developer"
24+
"role": "Developer",
25+
"homepage": "https://lornajane.net/"
2226
},
2327
{
2428
"name": "Chris Tankersley",
25-
"email": "[email protected]",
26-
"role": "Developer"
29+
"role": "Developer",
30+
"homepage": "https://twitter.com/dragonmantank"
2731
}
2832
],
2933
"support": {
30-
"email": "devrel@nexmo.com"
34+
"email": "devrel@vonage.com"
3135
},
3236
"require": {
33-
"php": ">=7.2",
37+
"php": "~7.4 || ~8.0 || ~8.1",
3438
"guzzlehttp/guzzle": "^7.0",
35-
"vonage/client-core": "^2.0"
39+
"vonage/client-core": "^3.0"
3640
}
3741
}

0 commit comments

Comments
 (0)