Skip to content

Commit 26c9854

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

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
@@ -64,7 +64,7 @@
6464
}
6565
},
6666
"require-dev": {
67-
"friendsofphp/php-cs-fixer": "^3.37.1",
67+
"friendsofphp/php-cs-fixer": "^3.65.0",
6868
"phpstan/phpstan": "^1.9.2",
6969
"phpstan/phpstan-phpunit": "^1.1.1",
7070
"typo3/cms-workspaces": "11.*.*@dev"

0 commit comments

Comments
 (0)