Skip to content

Commit ce48506

Browse files
Update information matrix for testing-framework (#6274)
* Update information matrix for testing-framework * [TASK] Clarified phpunit requirement * Remove phpunit requirement as it is already required by the TF --------- Co-authored-by: Lina Wolf <[email protected]>
1 parent ea69bd0 commit ce48506

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,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":"^8.0.9" \
21-
"phpunit/phpunit":"^10.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

@@ -27,6 +26,7 @@ The following matrix can help you to choose the correct versions.
2726
================== ================ =================================== ==========
2827
testing-framework TYPO3 PHP PHPUnit
2928
================== ================ =================================== ==========
29+
9.x.x v13, v14 (dev) 8.2, 8.3, (8.4) ^11, ^12
3030
8.x.x v12, v13 (main) 8.1, 8.2, 8.3 (8.4) ^10, ^11
3131
7.x.x v11, v12 7.4, 8.0, 8.1, 8.2, 8.3 (8.4) ^9, ^10
3232
6.x.x v10, v11 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3 ^8, ^9

0 commit comments

Comments
 (0)