Skip to content

Commit

Permalink
Update to PSR-7 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ralflang committed Jan 13, 2024
1 parent 2399332 commit 3c199fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .horde.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:
horde/exception: ^3
horde/util: ^3
horde/support: ^3
psr/http-message: ^1
psr/http-message: ^2
dev:
composer:
horde/test: ^3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"horde/exception": "^3 || dev-FRAMEWORK_6_0",
"horde/util": "^3 || dev-FRAMEWORK_6_0",
"horde/support": "^3 || dev-FRAMEWORK_6_0",
"psr/http-message": "^1"
"psr/http-message": "^2"
},
"require-dev": {
"horde/test": "^3 || dev-FRAMEWORK_6_0",
Expand Down

0 comments on commit 3c199fd

Please sign in to comment.