Skip to content

Commit f237284

Browse files
authored
Merge pull request #7738 from kolorafa/patch-2
Update testing.rst phpunit version
2 parents 7758a81 + e5b8304 commit f237284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/development/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To install PHPUnit with Composer:
2323

2424
.. code-block:: console
2525
26-
$ php composer.phar require --dev phpunit/phpunit:"^8.5"
26+
$ php composer.phar require --dev phpunit/phpunit:"^10.1"
2727
2828
This will add the dependency to the ``require-dev`` section of your
2929
``composer.json``, and then install PHPUnit along with any dependencies.

0 commit comments

Comments
 (0)