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 2b4df7c commit 95d1dc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"symfony/dependency-injection": "^5.2 || ^6.0",
"symfony/http-foundation": "^5.3 || ^6.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.3 || ^6.0"
},
"require-dev": {
Expand Down
4 changes: 4 additions & 0 deletions src/roadrunner-symfony-nyholm/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 src/roadrunner-symfony-nyholm/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 95d1dc4

Please sign in to comment.