Skip to content

Commit

Permalink
chore: 支持 psr/http-message 2.0 版 (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
yansongda authored Apr 20, 2023
1 parent 61f9c5a commit 27e9672
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
- refactor: 优化现有微信v2插件代码(#772)
- refactor: 所有参数判断使用 `$payload->has()` 判断是否存在(#778)

### chore

- chore: 支持 psr/http-message 2.0 版(#784)

### changed

- change: 所有的 `Find*Plugin` 调整为 `Query*Plugin`(#756)
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"ext-json": "*",
"ext-bcmath": "*",
"psr/event-dispatcher": "^1.0",
"psr/log": "^1.1 | ^2.0 | ^3.0",
"psr/container": "^1.1 | ^2.0",
"psr/log": "^1.1 || ^2.0 || ^3.0",
"psr/container": "^1.1 || ^2.0",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0",
"psr/http-message": "^1.1 || ^2.0",
"yansongda/supports": "~3.2.0"
},
"require-dev": {
Expand Down

0 comments on commit 27e9672

Please sign in to comment.