Skip to content

Commit

Permalink
Bump off PHP 8.0, add support for next vonage jwt lib (Vonage#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
SecondeJK authored Dec 19, 2023
1 parent dcd9651 commit c0cd476
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.0', '8.1', '8.2', '8.3']
php: ['8.1', '8.2', '8.3']

name: PHP ${{ matrix.php }} Test

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.0', '8.1', '8.2' ]
php: [ '8.1', '8.2', '8.3' ]

name: PHP ${{ matrix.php }} Test

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
}
],
"require": {
"php": "~8.0 || ~8.1 || ~8.2 || ~8.3",
"php": "~8.1 || ~8.2 || ~8.3",
"ext-mbstring": "*",
"laminas/laminas-diactoros": "^3.0",
"lcobucci/jwt": "^3.4|^4.0|^5.0",
"lcobucci/jwt": "^4.0|^5.2.0",
"psr/container": "^1.0 | ^2.0",
"psr/http-client-implementation": "^1.0",
"vonage/nexmo-bridge": "^0.1.0",
"psr/log": "^1.1|^2.0|^3.0",
"vonage/jwt": "^0.4.0"
"vonage/jwt": "^0.5.0"
},
"require-dev": {
"guzzlehttp/guzzle": ">=6",
Expand Down

0 comments on commit c0cd476

Please sign in to comment.