Skip to content

Commit 612fd58

Browse files
authored
Merge pull request #238 from cakephp/3.x-http-message
3.x: bump psr/http-message dependency
2 parents fb4bc2f + 56addbb commit 612fd58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"php": ">=8.1",
1313
"cakephp/http": "5.x-dev",
1414
"psr/http-client": "^1.0",
15-
"psr/http-message": "^1.0",
15+
"psr/http-message": "^2.0",
1616
"psr/http-server-handler": "^1.0",
1717
"psr/http-server-middleware": "^1.0"
1818
},

0 commit comments

Comments
 (0)