Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit a4211bb

Browse files
authored
Update dependencies (#17)
1 parent 7fc6d8b commit a4211bb

File tree

17 files changed

+1186
-1033
lines changed

17 files changed

+1186
-1033
lines changed

.gitattributes

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,8 @@
2323

2424
# Ignore some meta files when creating an archive of this repository
2525
/.github export-ignore
26-
/.editorconfig export-ignore
2726
/.gitattributes export-ignore
28-
/.gitignore export-ignore
2927
/.scrutinizer.yml export-ignore
30-
/phpunit.xml.dist export-ignore
3128
/docs export-ignore
3229

3330
# Avoid merge conflicts in CHANGELOG

codeception.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ settings:
1515
colors: true
1616
coverage:
1717
enabled: true
18-
c3_url: http://127.0.0.1:8080
1918
whitelist:
2019
include:
2120
- src/*

composer.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,17 @@
2222
"roxblnfk/smart-stream": "^0.8.1",
2323
"yiisoft/aliases": "^1.1",
2424
"yiisoft/assets": "@dev",
25-
"yiisoft/auth": "^1.0",
26-
"yiisoft/user": "^3.0@dev",
25+
"yiisoft/auth": "^2.0",
2726
"yiisoft/cache": "@dev",
2827
"yiisoft/cache-file": "@dev",
2928
"yiisoft/composer-config-plugin": "^1.0@dev",
30-
"yiisoft/csrf": "^3.0@dev",
29+
"yiisoft/csrf": "@dev",
3130
"yiisoft/data-response": "@dev",
3231
"yiisoft/di": "@dev",
3332
"yiisoft/error-handler": "@dev",
33+
"yiisoft/files": "@dev",
3434
"yiisoft/form": "@dev",
35-
"yiisoft/i18n": "^3.0@dev",
36-
"yiisoft/i18n-message-php": "^3.0@dev",
35+
"yiisoft/i18n": "^1.0.0",
3736
"yiisoft/log": "@dev",
3837
"yiisoft/log-target-file": "@dev",
3938
"yiisoft/mailer": "@dev",
@@ -42,13 +41,15 @@
4241
"yiisoft/router": "@dev",
4342
"yiisoft/router-fastroute": "@dev",
4443
"yiisoft/translator": "^3.0@dev",
44+
"yiisoft/user": "^3.0@dev",
4545
"yiisoft/validator": "^3.0@dev",
4646
"yiisoft/view": "@dev",
4747
"yiisoft/widget": "@dev",
4848
"yiisoft/yii-bulma": "@dev",
4949
"yiisoft/yii-cycle": "*",
5050
"yiisoft/yii-debug": "@dev",
5151
"yiisoft/yii-event": "@dev",
52+
"yiisoft/yii-swagger": "3.0.x-dev",
5253
"yiisoft/yii-view": "^3.0@dev",
5354
"yiisoft/yii-web": "@dev"
5455
},
@@ -57,11 +58,11 @@
5758
"codeception/c3": "^2.6.0",
5859
"codeception/module-asserts": "^1.3",
5960
"codeception/module-phpbrowser": "^1.0",
60-
"phpunit/phpunit": "^9.4",
61-
"roave/infection-static-analysis-plugin": "^1.6",
61+
"phpunit/phpunit": "^9.5",
62+
"roave/infection-static-analysis-plugin": "^1.7",
6263
"roave/security-advisories": "dev-master",
6364
"spatie/phpunit-watcher": "^1.23",
64-
"vimeo/psalm": "^4.1"
65+
"vimeo/psalm": "^4.3"
6566
},
6667
"autoload": {
6768
"psr-4": {

0 commit comments

Comments
 (0)