|
8 | 8 | "cache", |
9 | 9 | "psr-16" |
10 | 10 | ], |
11 | | - "homepage": "http://www.yiiframework.com/", |
| 11 | + "homepage": "https://www.yiiframework.com/", |
12 | 12 | "license": "BSD-3-Clause", |
13 | 13 | "support": { |
14 | | - "source": "https://github.com/yiisoft/cache-db", |
15 | 14 | "issues": "https://github.com/yiisoft/cache-db/issues", |
16 | | - "forum": "http://www.yiiframework.com/forum/", |
17 | | - "wiki": "http://www.yiiframework.com/wiki/", |
18 | | - "irc": "irc://irc.freenode.net/yii" |
| 15 | + "forum": "https://www.yiiframework.com/forum/", |
| 16 | + "wiki": "https://www.yiiframework.com/wiki/", |
| 17 | + "irc": "irc://irc.freenode.net/yii", |
| 18 | + "chat": "https://t.me/yii3en", |
| 19 | + "source": "https://github.com/yiisoft/cache-db" |
19 | 20 | }, |
20 | 21 | "minimum-stability": "dev", |
21 | 22 | "prefer-stable": true, |
22 | 23 | "require": { |
23 | 24 | "php": "^7.4|^8.0", |
24 | 25 | "ext-pdo": "*", |
25 | | - "psr/simple-cache": "~1.0.1", |
| 26 | + "psr/simple-cache": "^1.0.1", |
26 | 27 | "yiisoft/db": "^3.0@dev", |
27 | 28 | "yiisoft/yii-db-migration": "^1.0@dev" |
28 | 29 | }, |
29 | 30 | "require-dev": { |
30 | | - "phpunit/phpunit": "^9.4", |
31 | | - "roave/infection-static-analysis-plugin": "^1.14", |
| 31 | + "phpunit/phpunit": "^9.5", |
| 32 | + "roave/infection-static-analysis-plugin": "^1.16", |
32 | 33 | "spatie/phpunit-watcher": "^1.23", |
33 | | - "vimeo/psalm": "^4.4", |
| 34 | + "vimeo/psalm": "^4.18", |
34 | 35 | "yiisoft/psr-dummy-provider": "^1.0" |
35 | 36 | }, |
36 | 37 | "provide": { |
|
0 commit comments