Skip to content

Commit

Permalink
[TASK] Use friendsofphp/php-cs-fixer:^3.65.0 and fix cgl (#650)
Browse files Browse the repository at this point in the history
> composer req --dev friendsofphp/php-cs-fixer:^3.65.0

Releases: main, 8, 7
  • Loading branch information
lolli42 authored Nov 26, 2024
1 parent b52270e commit 26c9854
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Resources/Core/Build/FunctionalTestsBootstrap.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the TYPO3 CMS project.
*
Expand Down
1 change: 1 addition & 0 deletions Resources/Core/Build/UnitTestsBootstrap.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the TYPO3 CMS project.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* An array consisting of implementations of middlewares for a middleware stack to be registered
*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.37.1",
"friendsofphp/php-cs-fixer": "^3.65.0",
"phpstan/phpstan": "^1.9.2",
"phpstan/phpstan-phpunit": "^1.1.1",
"typo3/cms-workspaces": "11.*.*@dev"
Expand Down

0 comments on commit 26c9854

Please sign in to comment.