Skip to content

Commit 1e2e2db

Browse files
authored
Psr http message (#162)
@thecaliskan can you verify if this works for you?
1 parent e30efa5 commit 1e2e2db

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 0.3.1
4+
5+
- Add support for symfony/psr-http-message-bridge 6 and 7
6+
37
## 0.3.0
48

59
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"spiral/roadrunner": "^2.0",
1616
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
1717
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
18-
"symfony/psr-http-message-bridge": "^2.1",
18+
"symfony/psr-http-message-bridge": "^2.1 || ^6.4 || ^7.0",
1919
"symfony/runtime": "^5.4 || ^6.0 || ^7.0"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)