Skip to content

Commit

Permalink
Psr http message (#162)
Browse files Browse the repository at this point in the history
@thecaliskan can you verify if this works for you?
  • Loading branch information
Nyholm authored Jan 5, 2024
1 parent e30efa5 commit 1e2e2db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.3.1

- Add support for symfony/psr-http-message-bridge 6 and 7

## 0.3.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"spiral/roadrunner": "^2.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
"symfony/psr-http-message-bridge": "^2.1",
"symfony/psr-http-message-bridge": "^2.1 || ^6.4 || ^7.0",
"symfony/runtime": "^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
Expand Down

0 comments on commit 1e2e2db

Please sign in to comment.