|
30 | 30 | "require": { |
31 | 31 | "php": "^7.4 || ^8.0", |
32 | 32 | "ext-json": "*", |
33 | | - "facile-it/php-jose-verifier": "^0.3 || ^0.4", |
| 33 | + "facile-it/php-jose-verifier": "^0.3 || ^0.4.3", |
34 | 34 | "php-http/discovery": "^1.6", |
35 | 35 | "psr/http-client": "^1.0", |
36 | 36 | "psr/http-client-implementation": "^1.0", |
37 | 37 | "psr/http-factory": "^1.0", |
38 | 38 | "psr/http-factory-implementation": "^1.0", |
39 | | - "psr/http-message": "^1.0", |
| 39 | + "psr/http-message": "^1.0 || ^2.0", |
40 | 40 | "psr/http-message-implementation": "^1.0", |
41 | 41 | "psr/http-server-middleware": "^1.0", |
42 | 42 | "web-token/jwt-checker": "^2.0 || ^3.0", |
|
74 | 74 | "laminas/laminas-component-installer": "^2.1 || ^3.0", |
75 | 75 | "laminas/laminas-config-aggregator": "^1.1", |
76 | 76 | "laminas/laminas-di": "^3.1", |
77 | | - "laminas/laminas-diactoros": "^2.1", |
| 77 | + "laminas/laminas-diactoros": "^2.1 || ^3.0", |
78 | 78 | "laminas/laminas-servicemanager": "^3.4", |
79 | 79 | "php-http/cache-plugin": "^1.6", |
80 | 80 | "php-http/curl-client": "^2.0", |
|
90 | 90 | "web-token/jwt-encryption-algorithm-aeskw": "^2.0 || ^3.0", |
91 | 91 | "web-token/jwt-encryption-algorithm-dir": "^2.0 || ^3.0", |
92 | 92 | "web-token/jwt-encryption-algorithm-ecdh-es": "^2.0 || ^3.0", |
| 93 | + "web-token/jwt-signature-algorithm-eddsa": "^2.2.0 || ^3.0", |
| 94 | + "web-token/jwt-encryption-algorithm-ecdh-es": "^2.2.0 || ^3.0", |
93 | 95 | "web-token/jwt-encryption-algorithm-experimental": "^2.0 || ^3.0", |
94 | 96 | "web-token/jwt-encryption-algorithm-pbes2": "^2.0 || ^3.0", |
95 | 97 | "web-token/jwt-encryption-algorithm-rsa": "^2.0 || ^3.0", |
|
0 commit comments