Skip to content

Commit 298497d

Browse files
committed
Update deps
1 parent cc4b21c commit 298497d

File tree

1 file changed

+15
-22
lines changed

1 file changed

+15
-22
lines changed

composer.json

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,29 @@
11
{
2-
"name": "yiisoft/yii2-app-basic",
3-
"description": "Yii 2 Basic Project Template",
2+
"name": "yiisoft/yii2-timeweb",
3+
"description": "Yii 2 Project by Sergey Mochalov",
44
"keywords": ["yii2", "framework", "basic", "project template"],
55
"homepage": "https://www.yiiframework.com/",
66
"type": "project",
77
"license": "BSD-3-Clause",
8-
"support": {
9-
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
10-
"forum": "https://www.yiiframework.com/forum/",
11-
"wiki": "https://www.yiiframework.com/wiki/",
12-
"irc": "ircs://irc.libera.chat:6697/yii",
13-
"source": "https://github.com/yiisoft/yii2"
14-
},
158
"minimum-stability": "stable",
169
"require": {
1710
"php": ">=7.4.0",
18-
"yiisoft/yii2": "~2.0.45",
19-
"yiisoft/yii2-bootstrap5": "~2.0.2",
20-
"yiisoft/yii2-symfonymailer": "~2.0.3"
11+
"yiisoft/yii2": "^2.0.51",
12+
"yiisoft/yii2-bootstrap5": "^2.0.4",
13+
"yiisoft/yii2-symfonymailer": "^2.0.4"
2114
},
2215
"require-dev": {
23-
"yiisoft/yii2-debug": "~2.1.0",
24-
"yiisoft/yii2-gii": "~2.2.0",
25-
"yiisoft/yii2-faker": "~2.0.0",
26-
"phpunit/phpunit": "~9.5.0",
27-
"codeception/codeception": "^5.0.0 || ^4.0",
28-
"codeception/lib-innerbrowser": "^4.0 || ^3.0 || ^1.1",
16+
"yiisoft/yii2-debug": "^2.1.25",
17+
"yiisoft/yii2-gii": "^2.2.6",
18+
"yiisoft/yii2-faker": "^2.0.5",
19+
"phpunit/phpunit": "^9.6.22",
20+
"codeception/codeception": "^5.1.2 || ^4.0",
21+
"codeception/lib-innerbrowser": "^4.0 || ^3.1.3 || ^1.1",
2922
"codeception/module-asserts": "^3.0 || ^1.1",
30-
"codeception/module-yii2": "^1.1",
31-
"codeception/module-filesystem": "^3.0 || ^2.0 || ^1.1",
32-
"codeception/verify": "^3.0 || ^2.2",
33-
"symfony/browser-kit": "^6.0 || >=2.7 <=4.2.4"
23+
"codeception/module-yii2": "^1.1.12",
24+
"codeception/module-filesystem": "^3.0.1 || ^2.0 || ^1.1",
25+
"codeception/verify": "^3.2 || ^2.2",
26+
"symfony/browser-kit": "^6.4.13 || >=6.4.13 <=4.2.4"
3427
},
3528
"config": {
3629
"allow-plugins": {

0 commit comments

Comments
 (0)