Skip to content

Commit c0cd476

Browse files
authored
Bump off PHP 8.0, add support for next vonage jwt lib (#462)
1 parent dcd9651 commit c0cd476

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
php: ['8.0', '8.1', '8.2', '8.3']
24+
php: ['8.1', '8.2', '8.3']
2525

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
php: [ '8.0', '8.1', '8.2' ]
26+
php: [ '8.1', '8.2', '8.3' ]
2727

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

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
}
1313
],
1414
"require": {
15-
"php": "~8.0 || ~8.1 || ~8.2 || ~8.3",
15+
"php": "~8.1 || ~8.2 || ~8.3",
1616
"ext-mbstring": "*",
1717
"laminas/laminas-diactoros": "^3.0",
18-
"lcobucci/jwt": "^3.4|^4.0|^5.0",
18+
"lcobucci/jwt": "^4.0|^5.2.0",
1919
"psr/container": "^1.0 | ^2.0",
2020
"psr/http-client-implementation": "^1.0",
2121
"vonage/nexmo-bridge": "^0.1.0",
2222
"psr/log": "^1.1|^2.0|^3.0",
23-
"vonage/jwt": "^0.4.0"
23+
"vonage/jwt": "^0.5.0"
2424
},
2525
"require-dev": {
2626
"guzzlehttp/guzzle": ">=6",

0 commit comments

Comments
 (0)