Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Clarify usage of typo3/coding-standards #5052

Merged
merged 3 commits into from
Nov 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Documentation/Testing/ProjectTesting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@ be installed on your production system when Composer is executed with option
.. todo: Link to a dedicated php-cs-fixer section once it exists

For TYPO3 project you can use the package :composer:`typo3/coding-standards`
which bundles :composer:`friendsofphp/php-cs-fixer`, :composer:`phpstan/phpstan`,
:composer:`phpunit/phpunit` and some other helpful tools and comes with useful
configurations for these.
which already requires :composer:`friendsofphp/php-cs-fixer` and a set of
useful configuration and rules.

.. code-block:: bash
:caption: Require development dependencies
Expand Down
Loading