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

Commit

Permalink
Merge pull request #67 from Nexmo/chore/bump-vonage-sdk-version
Browse files Browse the repository at this point in the history
Bump version to target v3, added me as maintainer
  • Loading branch information
SecondeJK committed Feb 3, 2022
2 parents 029bdc1 + 282adc4 commit 7bfc900
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]
php: [ '7.4', '8.0', '8.1' ]
continue-on-error: ${{ matrix.php == '8.1' }}
name: PHP ${{ matrix.php }} Test

Expand Down
17 changes: 12 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,23 @@
"license": "MIT",
"type": "library",
"authors": [
{
"name": "James Seconde",
"role": "PHP Developer Advocate",
"email": "jim.seconde@vonage.com"
},
{
"name": "Tim Lytle",
"email": "tim@nexmo.com",
"role": "Developer",
"homepage": "http://twitter.com/tjlytle"
},
{
"name": "Michael Heap",
"email": "michael.heap@nexmo.com",
"role": "Developer",
"homepage": "http://twitter.com/mheap"
},
{
"name": "Chris Tankersley",
"email": "chris.tankersley@nexmo.com",
"role": "Developer",
"homepage": "http://twitter.com/dragonmantank"
}
Expand All @@ -27,9 +29,9 @@
"email": "devrel@nexmo.com"
},
"require": {
"php": "^5.6|^7.1|^8.0",
"php": "^7.4|^8.0|^8.1",
"illuminate/support": "^5.2|^6.0|^7.0|^8.0",
"vonage/client": "^2.0"
"vonage/client": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^5.3|~6.0|~8.0|~9.0",
Expand Down Expand Up @@ -57,5 +59,10 @@
},
"scripts": {
"test": "phpunit"
},
"config": {
"allow-plugins": {
"kylekatarnls/update-helper": true
}
}
}

0 comments on commit 7bfc900

Please sign in to comment.