Skip to content

Commit 19d7eca

Browse files
authored
Remove phpunit requirement as it is already required by the TF
1 parent 6c8714f commit 19d7eca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/Testing/UnitTesting/Running.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ PHPUnit and the testing framework via Composer as a development dependency:
1717
.. code-block:: bash
1818
1919
composer require --dev \
20-
"typo3/testing-framework":"^9.3.0" \
21-
"phpunit/phpunit":"^11.2.5"
20+
"typo3/testing-framework":"^9.3.0"
2221
2322
Which versions to use depends on the PHP and TYPO3 versions to be supported.
2423

0 commit comments

Comments
 (0)