Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove yiisoft/cache and update yiisoft/cache-file to ^3.1 #279

Merged
merged 3 commits into from
Oct 13, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
cache also
vjik committed Oct 13, 2023

Verified

This commit was signed with the committer’s verified signature.
vjik Sergei Predvoditelev
commit 2e595b98ed5c003c1d59d975b86a6fdfc95968f8
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.3|^5.6",
"yiisoft/aliases": "^2.0",
"yiisoft/cache": "^2.0",
"yiisoft/cache": "^3.0",
"yiisoft/cache-file": "^3.1",
"yiisoft/var-dumper": "^1.5"
},

Unchanged files with check annotations Beta

}
if ($this->logger !== null) {
$command->setLogger($this->logger);

Check warning on line 37 in src/Connection.php

GitHub Actions / PHP 8.1-ubuntu-latest

Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $command->setSql($sql); } if ($this->logger !== null) { - $command->setLogger($this->logger); + } if ($this->profiler !== null) { $command->setProfiler($this->profiler);

Check warning on line 37 in src/Connection.php

GitHub Actions / PHP 8.1-ubuntu-latest

Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $command->setSql($sql); } if ($this->logger !== null) { - $command->setLogger($this->logger); + } if ($this->profiler !== null) { $command->setProfiler($this->profiler);
}
if ($this->profiler !== null) {