Skip to content

Commit

Permalink
Fix #40: Add support for yiisoft/files of version ^2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DplusG committed Jul 13, 2022
1 parent 909a937 commit 268fbdd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Expand Up @@ -2,20 +2,20 @@

## 1.0.4 under development

- no changes in this release.
- Chg #40: Add support for `yiisoft/files` of version `^2.0` (@DplusG)

## 1.0.3 May 23, 2022

- Bug #44: Add support for `psr/log` in versions 2 and 3 (PHP 8) (tomaszkane)
- Bug #44: Add support for `psr/log` in versions 2 and 3 (PHP 8) (@tomaszkane)

## 1.0.2 January 17, 2022

- Bug #42: Forbid passing context with "beginMemory" or "beginTime" keys to `Profiler::end()` (vjik)
- Bug #42: Check that category of a message is a string (vjik)
- Bug #42: Forbid passing context with "beginMemory" or "beginTime" keys to `Profiler::end()` (@vjik)
- Bug #42: Check that category of a message is a string (@vjik)

## 1.0.1 November 12, 2021

- Chg #41: Replace usage of `yiisoft/yii-web` to `yiisoft/yii-http` in event config (devanych)
- Chg #41: Replace usage of `yiisoft/yii-web` to `yiisoft/yii-http` in event config (@devanych)

## 1.0.0 May 04, 2021

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^7.4 || ^8.0",
"psr/log": "^1.1 || ^2.0 || ^3.0",
"yiisoft/files": "^1.0",
"yiisoft/files": "^1.0|^2.0",
"yiisoft/strings": "^2.0"
},
"require-dev": {
Expand Down

0 comments on commit 268fbdd

Please sign in to comment.