Skip to content

Commit ee19235

Browse files
authored
[TASK] Use friendsofphp/php-cs-fixer:^3.65.0 and fix cgl (#649)
> composer req --dev friendsofphp/php-cs-fixer:^3.65.0 Releases: main, 8, 7
1 parent 2419797 commit ee19235

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

Resources/Core/Build/FunctionalTestsBootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* This file is part of the TYPO3 CMS project.
45
*

Resources/Core/Build/UnitTestsBootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* This file is part of the TYPO3 CMS project.
45
*

Resources/Core/Functional/Extensions/json_response/Configuration/RequestMiddlewares.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* An array consisting of implementations of middlewares for a middleware stack to be registered
45
*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
}
6060
},
6161
"require-dev": {
62-
"friendsofphp/php-cs-fixer": "^3.37.1",
62+
"friendsofphp/php-cs-fixer": "^3.65.0",
6363
"phpstan/phpstan": "^1.9.2",
6464
"phpstan/phpstan-phpunit": "^1.1.1",
6565
"typo3/cms-workspaces": "12.*.*@dev || 13.*.*@dev"

0 commit comments

Comments
 (0)