|
9 | 9 | "issues": "https://github.com/yiisoft/yii2/issues?state=open", |
10 | 10 | "forum": "https://www.yiiframework.com/forum/", |
11 | 11 | "wiki": "https://www.yiiframework.com/wiki/", |
12 | | - "irc": "ircs://irc.libera.chat:6697/yii", |
| 12 | + "irc": "irc://irc.freenode.net/yii", |
13 | 13 | "source": "https://github.com/yiisoft/yii2" |
14 | 14 | }, |
15 | | - "minimum-stability": "dev", |
| 15 | + "minimum-stability": "stable", |
16 | 16 | "require": { |
17 | 17 | "php": ">=7.4.0", |
18 | 18 | "yiisoft/yii2": "~2.0.45", |
|
25 | 25 | "yiisoft/yii2-faker": "~2.0.0", |
26 | 26 | "phpunit/phpunit": "~9.5.0", |
27 | 27 | "codeception/codeception": "^5.0.0 || ^4.0", |
28 | | - "codeception/lib-innerbrowser": "^3.0 || ^1.1", |
| 28 | + "codeception/lib-innerbrowser": "^4.0 || ^3.0 || ^1.1", |
29 | 29 | "codeception/module-asserts": "^3.0 || ^1.1", |
30 | 30 | "codeception/module-yii2": "^1.1", |
31 | | - "codeception/module-filesystem": "^3.0 || ^1.1", |
32 | | - "codeception/verify": "^2.2", |
| 31 | + "codeception/module-filesystem": "^3.0 || ^2.0 || ^1.1", |
| 32 | + "codeception/verify": "^3.0 || ^2.2", |
33 | 33 | "symfony/browser-kit": "^6.0 || >=2.7 <=4.2.4" |
34 | 34 | }, |
35 | 35 | "config": { |
|
0 commit comments