We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af4bda commit 873feb8Copy full SHA for 873feb8
2 files changed
docs/en/development/testing.md
@@ -19,7 +19,7 @@ through using either a [PHAR package](https://phpunit.de/#download) or
19
To install PHPUnit with Composer:
20
21
``` bash
22
-$ php composer.phar require --dev phpunit/phpunit:"^10.1"
+$ php composer.phar require --dev phpunit/phpunit:"^11.5.3"
23
```
24
25
This will add the dependency to the `require-dev` section of your
docs/ja/development/testing.md
@@ -20,7 +20,7 @@ PHPUnit は [Composer](https://getcomposer.org) または [PHAR パッケージ]
Composer で PHPUnit をインストールする場合:
-$ php composer.phar require --dev phpunit/phpunit:"^8.5"
26
コマンドラインで上記のように実行すると、 `composer.json` の `require-dev` セクションに
0 commit comments