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

Bump version to target v3, added me as maintainer #67

Merged
merged 3 commits into from
Feb 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "[email protected]"
},
{
"name": "Tim Lytle",
"email": "[email protected]",
"role": "Developer",
"homepage": "http://twitter.com/tjlytle"
},
{
"name": "Michael Heap",
"email": "[email protected]",
"role": "Developer",
"homepage": "http://twitter.com/mheap"
},
{
"name": "Chris Tankersley",
"email": "[email protected]",
"role": "Developer",
"homepage": "http://twitter.com/dragonmantank"
}
Expand All @@ -27,9 +29,9 @@
"email": "[email protected]"
},
"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
}
}
}