Skip to content

Commit eb38308

Browse files
committed
Update dependencies so app is installable with PHP 8.2
1 parent db7f923 commit eb38308

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
1010
"forum": "https://www.yiiframework.com/forum/",
1111
"wiki": "https://www.yiiframework.com/wiki/",
12-
"irc": "ircs://irc.libera.chat:6697/yii",
12+
"irc": "irc://irc.freenode.net/yii",
1313
"source": "https://github.com/yiisoft/yii2"
1414
},
15-
"minimum-stability": "dev",
15+
"minimum-stability": "stable",
1616
"require": {
1717
"php": ">=7.4.0",
1818
"yiisoft/yii2": "~2.0.45",
@@ -25,11 +25,11 @@
2525
"yiisoft/yii2-faker": "~2.0.0",
2626
"phpunit/phpunit": "~9.5.0",
2727
"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",
2929
"codeception/module-asserts": "^3.0 || ^1.1",
3030
"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",
3333
"symfony/browser-kit": "^6.0 || >=2.7 <=4.2.4"
3434
},
3535
"config": {

0 commit comments

Comments
 (0)