Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@

# Ignore some meta files when creating an archive of this repository
/.github export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/phpunit.xml.dist export-ignore
/docs export-ignore

# Avoid merge conflicts in CHANGELOG
Expand Down
1 change: 0 additions & 1 deletion codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ settings:
colors: true
coverage:
enabled: true
c3_url: http://127.0.0.1:8080
whitelist:
include:
- src/*
Expand Down
17 changes: 9 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,17 @@
"roxblnfk/smart-stream": "^0.8.1",
"yiisoft/aliases": "^1.1",
"yiisoft/assets": "@dev",
"yiisoft/auth": "^1.0",
"yiisoft/user": "^3.0@dev",
"yiisoft/auth": "^2.0",
"yiisoft/cache": "@dev",
"yiisoft/cache-file": "@dev",
"yiisoft/composer-config-plugin": "^1.0@dev",
"yiisoft/csrf": "^3.0@dev",
"yiisoft/csrf": "@dev",
"yiisoft/data-response": "@dev",
"yiisoft/di": "@dev",
"yiisoft/error-handler": "@dev",
"yiisoft/files": "@dev",
"yiisoft/form": "@dev",
"yiisoft/i18n": "^3.0@dev",
"yiisoft/i18n-message-php": "^3.0@dev",
"yiisoft/i18n": "^1.0.0",
"yiisoft/log": "@dev",
"yiisoft/log-target-file": "@dev",
"yiisoft/mailer": "@dev",
Expand All @@ -42,13 +41,15 @@
"yiisoft/router": "@dev",
"yiisoft/router-fastroute": "@dev",
"yiisoft/translator": "^3.0@dev",
"yiisoft/user": "^3.0@dev",
"yiisoft/validator": "^3.0@dev",
"yiisoft/view": "@dev",
"yiisoft/widget": "@dev",
"yiisoft/yii-bulma": "@dev",
"yiisoft/yii-cycle": "*",
"yiisoft/yii-debug": "@dev",
"yiisoft/yii-event": "@dev",
"yiisoft/yii-swagger": "3.0.x-dev",
"yiisoft/yii-view": "^3.0@dev",
"yiisoft/yii-web": "@dev"
},
Expand All @@ -57,11 +58,11 @@
"codeception/c3": "^2.6.0",
"codeception/module-asserts": "^1.3",
"codeception/module-phpbrowser": "^1.0",
"phpunit/phpunit": "^9.4",
"roave/infection-static-analysis-plugin": "^1.6",
"phpunit/phpunit": "^9.5",
"roave/infection-static-analysis-plugin": "^1.7",
"roave/security-advisories": "dev-master",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.1"
"vimeo/psalm": "^4.3"
},
"autoload": {
"psr-4": {
Expand Down
Loading