Skip to content

Commit

Permalink
[TASK] Clarify usage of typo3/coding-standards (#5052)
Browse files Browse the repository at this point in the history
* [TASK] Clarify usage of typo3/coding-standards

* Update Documentation/Testing/ProjectTesting.rst

* Update Documentation/Testing/ProjectTesting.rst

---------

Co-authored-by: Lina Wolf <[email protected]>
  • Loading branch information
garvinhicking and linawolf authored Nov 18, 2024
1 parent 79add7d commit 3615b07
Showing 1 changed file with 2 additions and 3 deletions.
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

0 comments on commit 3615b07

Please sign in to comment.