Skip to content

Commit

Permalink
Update yiisoft/view requirement from ^6.0 to ^7.0 (#56)
Browse files Browse the repository at this point in the history
* Update yiisoft/view requirement from ^6.0 to ^7.0

Updates the requirements on [yiisoft/view](https://github.com/yiisoft/view) to permit the latest version.
- [Release notes](https://github.com/yiisoft/view/releases)
- [Changelog](https://github.com/yiisoft/view/blob/master/CHANGELOG.md)
- [Commits](yiisoft/view@6.0.0...7.0.0)

---
updated-dependencies:
- dependency-name: yiisoft/view
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* improve

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>
  • Loading branch information
dependabot[bot] and vjik committed Dec 26, 2022
1 parent e0fcda0 commit d9c7929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,7 @@
## 4.1.0 under development

- Chg #60: Raise minimal PHP version to `^8.0` (@vjik)
- Enh #56: Add support of `yiisoft/view` of version `^7.0` (@vjik)

## 4.0.0 July 23, 2022

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -29,7 +29,7 @@
"require": {
"php": "^8.0",
"psr/event-dispatcher": "^1.0",
"yiisoft/view": "^6.0"
"yiisoft/view": "^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit d9c7929

Please sign in to comment.