|
28 | 28 | "identity" |
29 | 29 | ], |
30 | 30 | "require": { |
31 | | - "php": "^7.4 || ^8.0", |
| 31 | + "php": "^8.1", |
32 | 32 | "ext-json": "*", |
33 | | - "facile-it/php-jose-verifier": "^0.3 || ^0.4.3", |
| 33 | + "facile-it/php-jose-verifier": "^0.5.0-beta1", |
34 | 34 | "php-http/discovery": "^1.6", |
35 | 35 | "psr/http-client": "^1.0", |
36 | 36 | "psr/http-client-implementation": "^1.0", |
|
39 | 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 | | - "web-token/jwt-checker": "^2.0 || ^3.0", |
43 | | - "web-token/jwt-core": "^2.0 || ^3.0", |
44 | | - "web-token/jwt-encryption": "^2.0 || ^3.0", |
45 | | - "web-token/jwt-key-mgmt": "^2.0.7 || ^3.0", |
46 | | - "web-token/jwt-signature": "^2.0 || ^3.0", |
47 | | - "web-token/jwt-signature-algorithm-rsa": "^2.0 || ^3.0" |
| 42 | + "spomky-labs/aes-key-wrap": "^7.0", |
| 43 | + "web-token/jwt-library": "^3.4.3" |
48 | 44 | }, |
49 | 45 | "autoload": { |
50 | 46 | "files": [ |
|
83 | 79 | "phpspec/prophecy-phpunit": "^2.0", |
84 | 80 | "phpunit/phpunit": "^8.5.14 || ^9.3", |
85 | 81 | "symfony/console": "^4.3 || ^5.0 || ^6.0", |
86 | | - "vimeo/psalm": "^5.6.0", |
87 | | - "web-token/jwt-encryption-algorithm-aescbc": "^2.0 || ^3.0", |
88 | | - "web-token/jwt-encryption-algorithm-aesgcm": "^2.0 || ^3.0", |
89 | | - "web-token/jwt-encryption-algorithm-aesgcmkw": "^2.0 || ^3.0", |
90 | | - "web-token/jwt-encryption-algorithm-aeskw": "^2.0 || ^3.0", |
91 | | - "web-token/jwt-encryption-algorithm-dir": "^2.0 || ^3.0", |
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", |
95 | | - "web-token/jwt-encryption-algorithm-experimental": "^2.0 || ^3.0", |
96 | | - "web-token/jwt-encryption-algorithm-pbes2": "^2.0 || ^3.0", |
97 | | - "web-token/jwt-encryption-algorithm-rsa": "^2.0 || ^3.0", |
98 | | - "web-token/jwt-signature-algorithm-ecdsa": "^2.0 || ^3.0", |
99 | | - "web-token/jwt-signature-algorithm-eddsa": "^2.0 || ^3.0", |
100 | | - "web-token/jwt-signature-algorithm-experimental": "^2.0 || ^3.0", |
101 | | - "web-token/jwt-signature-algorithm-hmac": "^2.0 || ^3.0", |
102 | | - "web-token/jwt-signature-algorithm-none": "^2.0 || ^3.0" |
| 82 | + "vimeo/psalm": "^5.6.0" |
103 | 83 | }, |
104 | 84 | "suggest": { |
105 | 85 | "facile-it/php-oauth2-http-client": "To use a PSR HTTP client to interact with OAuth2/OpenID protected APIs", |
106 | 86 | "web-token/jwt-signature-algorithm-hmac": "To use the client_secret_jwt auth method and symmetric key signature", |
107 | 87 | "dflydev/fig-cookies": "To use the SessionCookieMiddleware" |
108 | 88 | }, |
109 | 89 | "scripts": { |
110 | | - "cs-check": "php-cs-fixer fix --dry-run --diff --allow-risky=yes", |
111 | | - "cs-fix": "php-cs-fixer fix --diff --allow-risky=yes", |
| 90 | + "cs-check": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --dry-run --diff --allow-risky=yes", |
| 91 | + "cs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --diff --allow-risky=yes", |
112 | 92 | "psalm": "psalm", |
113 | 93 | "test": "phpunit", |
114 | 94 | "test-coverage": "phpunit --coverage-text", |
|
0 commit comments