Skip to content

Commit 8183e5f

Browse files
committed
TASK: Upgrade psr/http-message dependency from ^1.0 to ^2.0
1 parent 3a839fa commit 8183e5f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Neos.Flow/Classes/Http/ContentStream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public static function fromContents(string $contents): self
6969
*
7070
* @return void
7171
*/
72-
public function close()
72+
public function close(): void
7373
{
7474
if (!$this->resource) {
7575
return;

Neos.Flow/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
"neos/composer-plugin": "^2.0",
3333

34-
"psr/http-message": "^1.0",
34+
"psr/http-message": "^2.0",
3535
"psr/http-factory": "^1.0",
3636
"psr/container": "^2.0",
3737
"psr/log": "^2.0 || ^3.0",

Neos.Http.Factories/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"require": {
1010
"php": "^8.2",
11-
"psr/http-factory": "^1.0",
11+
"psr/http-factory": "^2.0",
1212
"guzzlehttp/psr7": "^1.8.4 || ^2.1.1"
1313
},
1414
"autoload": {

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"ext-xml": "*",
2929
"ext-xmlreader": "*",
3030
"neos/composer-plugin": "^2.0",
31-
"psr/http-message": "^1.0",
31+
"psr/http-message": "^2.0",
3232
"psr/http-factory": "^1.0",
3333
"psr/container": "^2.0",
3434
"psr/http-server-middleware": "^1.0",

0 commit comments

Comments
 (0)