Skip to content

Commit

Permalink
Add support for psr/container version ^2.0 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik authored Jun 27, 2022
1 parent e76d3e9 commit 78e6050
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Yii Event Change Log


## 1.0.3 under development

- no changes in this release.
- Enh #38: Add support for `psr/container` version `^2.0` (@vjik)

## 1.0.2 September 18, 2021

- Enh #32: Use more detailed exception messages in `ListenerConfigurationChecker` (vjik, thenotsoft)
- Enh #32: Use more detailed exception messages in `ListenerConfigurationChecker` (@vjik, @thenotsoft)

## 1.0.1 August 30, 2021

- Enh #31: Improve exception messages in `ListenerConfigurationChecker` (vjik)
- Enh #31: Improve exception messages in `ListenerConfigurationChecker` (@vjik)

## 1.0.0 May 13, 2021

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"require": {
"php": "^7.4|^8.0",
"psr/container": "^1.0",
"psr/container": "^1.0|^2.0",
"yiisoft/event-dispatcher": "^1.0",
"yiisoft/friendly-exception": "^1.0",
"yiisoft/injector": "^1.0"
Expand Down

0 comments on commit 78e6050

Please sign in to comment.