Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Oct 19, 2023
1 parent b0ad111 commit e11dd0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 2.0.1 under development

- no changes in this release.
- Bug #36: Explicitly add transitive dependencies `yiisoft/strings` and `psr/http-server-handler` (@vjik, @xepozz)

## 2.0.0 February 14, 2023

Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@
"psr/http-factory-implementation": "1.0",
"psr/http-message": "^1.0",
"psr/http-message-implementation": "1.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"yiisoft/http": "^1.2",
"yiisoft/security": "^1.0",
"yiisoft/session": "^1.0|^2.0"
"yiisoft/session": "^1.0|^2.0",
"yiisoft/strings": "^2.2"
},
"require-dev": {
"maglnet/composer-require-checker": "^3.8|^4.2",
Expand Down

0 comments on commit e11dd0e

Please sign in to comment.