Skip to content

Commit

Permalink
Add support for ^2.0 version of psr/http-message
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>
  • Loading branch information
dependabot[bot] and vjik committed Sep 12, 2023
1 parent e3eb1f0 commit fcd3753
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Expand Up @@ -2,24 +2,24 @@

## 1.2.2 under development

- no changes in this release.
- Enh #52: Add support for `^2.0` version of `psr/http-message` (@vjik)

## 1.2.1 June 15, 2022

- Chg #31: Update `yiisoft/http` dependency (devanych)
- Enh #35: Add support for `2.0`, `3.0` versions of `psr/log` (rustamwin)
- Chg #31: Update `yiisoft/http` dependency (@devanych)
- Enh #35: Add support for `2.0`, `3.0` versions of `psr/log` (@rustamwin)

## 1.2.0 May 23, 2021

- Add #27: Add the parameter `$encodeValue` to the `Cookie` constructor and the `Cookie::withRawValue()` method
that creates a cookie copy with a new value that will not be encoded (vjik)
that creates a cookie copy with a new value that will not be encoded (@vjik)


## 1.1.0 May 05, 2021

- Add #19: Add the `Yiisoft\Cookies\CookieEncryptor` class to encrypt the value of the cookie and verify that it is tampered (devanych)
- Add #19: Add the `Yiisoft\Cookies\CookieSigner` class to sign the value of the cookie and verify that it is tampered (devanych)
- Add #22: Add the `Yiisoft\Cookies\CookieMiddleware` class to encrypt/sign the value of the cookie and verify that it is tampered (devanych)
- Add #19: Add the `Yiisoft\Cookies\CookieEncryptor` class to encrypt the value of the cookie and verify that it is tampered (@devanych)
- Add #19: Add the `Yiisoft\Cookies\CookieSigner` class to sign the value of the cookie and verify that it is tampered (@devanych)
- Add #22: Add the `Yiisoft\Cookies\CookieMiddleware` class to encrypt/sign the value of the cookie and verify that it is tampered (@devanych)

## 1.0.0 December 02, 2020

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -19,7 +19,7 @@
},
"require": {
"php": "^7.4|^8.0",
"psr/http-message": "^1.0",
"psr/http-message": "^1.0|^2.0",
"psr/http-message-implementation": "1.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
Expand Down

0 comments on commit fcd3753

Please sign in to comment.