Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 7bfc900

Browse files
authored
Merge pull request #67 from Nexmo/chore/bump-vonage-sdk-version
Bump version to target v3, added me as maintainer
2 parents 029bdc1 + 282adc4 commit 7bfc900

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
php: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]
11+
php: [ '7.4', '8.0', '8.1' ]
1212
continue-on-error: ${{ matrix.php == '8.1' }}
1313
name: PHP ${{ matrix.php }} Test
1414

composer.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,23 @@
44
"license": "MIT",
55
"type": "library",
66
"authors": [
7+
{
8+
"name": "James Seconde",
9+
"role": "PHP Developer Advocate",
10+
"email": "jim.seconde@vonage.com"
11+
},
712
{
813
"name": "Tim Lytle",
9-
"email": "tim@nexmo.com",
1014
"role": "Developer",
1115
"homepage": "http://twitter.com/tjlytle"
1216
},
1317
{
1418
"name": "Michael Heap",
15-
"email": "michael.heap@nexmo.com",
1619
"role": "Developer",
1720
"homepage": "http://twitter.com/mheap"
1821
},
1922
{
2023
"name": "Chris Tankersley",
21-
"email": "chris.tankersley@nexmo.com",
2224
"role": "Developer",
2325
"homepage": "http://twitter.com/dragonmantank"
2426
}
@@ -27,9 +29,9 @@
2729
"email": "devrel@nexmo.com"
2830
},
2931
"require": {
30-
"php": "^5.6|^7.1|^8.0",
32+
"php": "^7.4|^8.0|^8.1",
3133
"illuminate/support": "^5.2|^6.0|^7.0|^8.0",
32-
"vonage/client": "^2.0"
34+
"vonage/client": "^3.0"
3335
},
3436
"require-dev": {
3537
"phpunit/phpunit": "^5.3|~6.0|~8.0|~9.0",
@@ -57,5 +59,10 @@
5759
},
5860
"scripts": {
5961
"test": "phpunit"
62+
},
63+
"config": {
64+
"allow-plugins": {
65+
"kylekatarnls/update-helper": true
66+
}
6067
}
6168
}

0 commit comments

Comments
 (0)