Skip to content

Commit

Permalink
[TASK] Update composer dependencies (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre authored May 31, 2024
1 parent 2041337 commit 994fff6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Resources/Private/Php/Libraries/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"beberlei/assert": "^3.3",
"guzzlehttp/guzzle": "^6.4.1 || ^7.2",
"psr/http-message": "^1.0",
"psr/http-message": "^2.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/console": "^6.4 || ^7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion Tests/Unit/Middleware/FrontendUserAuthenticatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protected function setUp(): void
public function processRequestNotHandled(): void
{
$request = $this->prophesize(ServerRequestInterface::class);
$request->getHeaderLine('X-T3CRAWLER')->willReturn(null);
$request->getHeaderLine('X-T3CRAWLER')->willReturn('');

$handlerResponse = new Response();
$handler = $this->prophesize(RequestHandlerInterface::class);
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"ext-pdo": "*",
"beberlei/assert": "^3.3",
"guzzlehttp/guzzle": "^6.4.1 || ^7.2",
"psr/http-message": "^1.0",
"psr/http-message": "^2.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/console": "^6.4 || ^7.0",
"typo3/cms-backend": "^12.4",
Expand Down Expand Up @@ -54,9 +54,9 @@
"ssch/typo3-rector-testing-framework": "*",
"symfony/yaml": "^6.4 || ^7.0",
"symplify/easy-coding-standard": "11.1.16",
"symplify/phpstan-rules": "^11.1",
"tomasvotruba/cognitive-complexity": "^0.0.5",
"tomasvotruba/type-coverage": "^0.0.9",
"symplify/phpstan-rules": "^12.7",
"tomasvotruba/cognitive-complexity": "^0.2",
"tomasvotruba/type-coverage": "^0.3",
"typo3/testing-framework": "^8.0"
},
"replace": {
Expand Down

0 comments on commit 994fff6

Please sign in to comment.