Skip to content

Commit 9979417

Browse files
Update information matrix for testing-framework
1 parent d64d653 commit 9979417

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/Testing/UnitTesting/Running.rst

Lines changed: 3 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":"^8.0.9" \
21-
"phpunit/phpunit":"^10.5"
20+
"typo3/testing-framework":"^9.2.1" \
21+
"phpunit/phpunit":"11.2.5"
2222
2323
Which versions to use depends on the PHP and TYPO3 versions to be supported.
2424

@@ -27,6 +27,7 @@ The following matrix can help you to choose the correct versions.
2727
================== ================ =================================== ==========
2828
testing-framework TYPO3 PHP PHPUnit
2929
================== ================ =================================== ==========
30+
9.x.x v13, v14 (dev) 8.2, 8.3, (8.4) ^11, ^12
3031
8.x.x v12, v13 (main) 8.1, 8.2, 8.3 (8.4) ^10, ^11
3132
7.x.x v11, v12 7.4, 8.0, 8.1, 8.2, 8.3 (8.4) ^9, ^10
3233
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)