File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments