|
1 | 1 | {
|
2 | 2 | "name": "yiisoft/yii-auth-client",
|
3 |
| - "description": "Yii Framework external authentication via OAuth and OpenID Extension", |
| 3 | + "description": "Yii Framework external authentication via OAuth", |
4 | 4 | "keywords": [
|
5 | 5 | "yii",
|
6 | 6 | "OAuth",
|
7 |
| - "OpenID Connect", |
8 | 7 | "auth",
|
9 | 8 | "api"
|
10 | 9 | ],
|
|
29 | 28 | }
|
30 | 29 | ],
|
31 | 30 | "require": {
|
32 |
| - "php": "^7.4|^8.0", |
33 |
| - "psr/http-client": "^1.0", |
34 |
| - "psr/http-factory": "^1.0", |
| 31 | + "php": "8.1 - 8.4", |
| 32 | + "phpseclib/phpseclib": ">=3.0.46", |
| 33 | + "psr/container": "^2.0.2", |
| 34 | + "psr/http-client": "^1.0.3", |
| 35 | + "psr/http-factory": "^1.1", |
35 | 36 | "psr/http-factory-implementation": "1.0",
|
36 |
| - "psr/http-message": "^1.0", |
| 37 | + "psr/http-message": "^2.0", |
37 | 38 | "psr/http-message-implementation": "1.0",
|
38 |
| - "psr/log-implementation": "^1.0", |
| 39 | + "psr/http-server-handler": "^1.0.2", |
| 40 | + "psr/http-server-middleware": "^1.0.2", |
| 41 | + "psr/log-implementation": "^2.0", |
39 | 42 | "psr/simple-cache-implementation": "^1.0",
|
40 |
| - "yiisoft/assets": "^4.0", |
| 43 | + "web-token/jwt-framework": ">=4.0.6", |
| 44 | + "yiisoft/aliases": "^3.1", |
| 45 | + "yiisoft/assets": "^5.1.1", |
| 46 | + "yiisoft/factory": "^1.3", |
| 47 | + "yiisoft/html": "^3.11", |
| 48 | + "yiisoft/http": "^1.2", |
41 | 49 | "yiisoft/json": "^1.0",
|
42 |
| - "yiisoft/session": "^2.0", |
43 |
| - "yiisoft/view": "^8.0", |
44 |
| - "yiisoft/widget": "^2.0" |
| 50 | + "yiisoft/router": "^4.0", |
| 51 | + "yiisoft/session": "^3.0", |
| 52 | + "yiisoft/view": "^12.2.1", |
| 53 | + "yiisoft/widget": "^2.2" |
45 | 54 | },
|
46 | 55 | "require-dev": {
|
47 |
| - "kriswallsmith/buzz": "^1.1", |
48 |
| - "nyholm/psr7": "^1.3", |
49 |
| - "phpunit/phpunit": "^9.5", |
50 |
| - "roave/infection-static-analysis-plugin": "^1.16", |
51 |
| - "spatie/phpunit-watcher": "^1.23", |
52 |
| - "vimeo/psalm": "^4.18", |
53 |
| - "yiisoft/cache": "^1.0", |
54 |
| - "yiisoft/di": "^1.0", |
55 |
| - "yiisoft/log": "^1.0", |
56 |
| - "yiisoft/router-fastroute": "^1.0", |
57 |
| - "yiisoft/psr-dummy-provider": "*" |
58 |
| - }, |
59 |
| - "suggest": { |
60 |
| - "web-token/jwt-checker": "required for JWS, JWT or JWK related flows like OpenIDConnect", |
61 |
| - "web-token/jwt-key-mgmt": "required for JWS, JWT or JWK related flows like OpenIDConnect", |
62 |
| - "web-token/jwt-signature": "required for JWS, JWT or JWK related flows like OpenIDConnect", |
63 |
| - "web-token/jwt-signature-algorithm-hmac": "required for JWS, JWT or JWK related flows like OpenIDConnect", |
64 |
| - "web-token/jwt-signature-algorithm-ecdsa": "required for JWS, JWT or JWK related flows like OpenIDConnect", |
65 |
| - "web-token/jwt-signature-algorithm-rsa": "required for JWS, JWT or JWK related flows like OpenIDConnect" |
| 56 | + "ext-curl": "*", |
| 57 | + "maglnet/composer-require-checker": "^4.16.1", |
| 58 | + "kriswallsmith/buzz": "^1.3", |
| 59 | + "nyholm/psr7": "^1.8.2", |
| 60 | + "phpunit/phpunit": ">=11.5.9", |
| 61 | + "rector/rector": "^2.1.6", |
| 62 | + "roave/infection-static-analysis-plugin": ">=1.39", |
| 63 | + "spatie/phpunit-watcher": "^1.24", |
| 64 | + "styleci/cli": "^1.6.0", |
| 65 | + "vimeo/psalm": "^6.13.1", |
| 66 | + "yiisoft/cache": "^3.1", |
| 67 | + "yiisoft/di": "^1.4", |
| 68 | + "yiisoft/log": "^2.1.1", |
| 69 | + "yiisoft/router-fastroute": "^4.0.1", |
| 70 | + "yiisoft/psr-dummy-provider": "^1.0.2" |
66 | 71 | },
|
67 | 72 | "repositories": [
|
68 | 73 | {
|
|
94 | 99 | },
|
95 | 100 | "config": {
|
96 | 101 | "sort-packages": true,
|
| 102 | + "bump-after-update": true, |
97 | 103 | "allow-plugins": {
|
98 | 104 | "infection/extension-installer": true,
|
99 | 105 | "composer/package-versions-deprecated": true
|
100 | 106 | }
|
101 | 107 | },
|
102 | 108 | "scripts": {
|
103 |
| - "test": "phpunit --testdox --no-interaction", |
| 109 | + "test": "phpunit --stop-on-notice --display-phpunit-deprecations --testdox", |
104 | 110 | "test-watch": "phpunit-watcher watch"
|
105 | 111 | }
|
106 | 112 | }
|
0 commit comments