We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8714f commit 19d7ecaCopy full SHA for 19d7eca
Documentation/Testing/UnitTesting/Running.rst
@@ -17,8 +17,7 @@ PHPUnit and the testing framework via Composer as a development dependency:
17
.. code-block:: bash
18
19
composer require --dev \
20
- "typo3/testing-framework":"^9.3.0" \
21
- "phpunit/phpunit":"^11.2.5"
+ "typo3/testing-framework":"^9.3.0"
22
23
Which versions to use depends on the PHP and TYPO3 versions to be supported.
24
0 commit comments