Skip to content

Commit 6c8714f

Browse files
[TASK] Clarified phpunit requirement
1 parent 9979417 commit 6c8714f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/Testing/UnitTesting/Running.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ 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.2.1" \
21-
"phpunit/phpunit":"11.2.5"
20+
"typo3/testing-framework":"^9.3.0" \
21+
"phpunit/phpunit":"^11.2.5"
2222
2323
Which versions to use depends on the PHP and TYPO3 versions to be supported.
2424

0 commit comments

Comments
 (0)