Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: allow psr/http-message v1.0
  • Loading branch information
t-richard authored Jan 2, 2025
commit 2e573bbb0e2cfe9340ff0ba1ebe787b6cf1f8041
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require": {
"php": ">=8.2",
"psr/http-message": "^2.0",
"psr/http-message": "^1.0|^2.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message-implementation": "^1.0|^2.0",
Expand Down