mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2025-01-09 17:26:12 +01:00
Commit graph

4 commits

Author SHA1 Message Date
Oliver Klee
318f97844e
[BUGFIX] Avoid unsetting almost all PHP-CS-Fixes rules (#1535)
Followup to #1533
2025-01-03 09:01:21 +01:00
dependabot[bot]
1766a46f98
[Dependabot] Update friendsofphp/php-cs-fixer requirement from 3.65.0 to 3.66.0 (#1533)
* [Dependabot] Update friendsofphp/php-cs-fixer requirement

Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) to permit the latest version.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.65.0...v3.66.0)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* [BUGFIX] Make PHP-CS-Fixer >= 3.66 compatible with PHPUnit 9.x

@see https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8337

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oliver Klee <typo3-coding@oliverklee.de>
2024-12-30 14:07:23 +00:00
8508d9ee1a
[TASK] Use the parallel runner for PHP-CS-Fixer (#1326)
Enable the new option to speed things up.
Keep comment from upstream code.

Resolves: #1316
2024-05-24 22:32:01 +02:00
Łukasz Uznański
13ba07f31c
[TASK] Migrate to typo3 coding standards (#340) 2021-11-17 16:45:49 +01:00