Skip to content

Commit 873feb8

Browse files
committed
Fix testing.
1 parent 1af4bda commit 873feb8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/en/development/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ through using either a [PHAR package](https://phpunit.de/#download) or
1919
To install PHPUnit with Composer:
2020

2121
``` bash
22-
$ php composer.phar require --dev phpunit/phpunit:"^10.1"
22+
$ php composer.phar require --dev phpunit/phpunit:"^11.5.3"
2323
```
2424

2525
This will add the dependency to the `require-dev` section of your

docs/ja/development/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PHPUnit は [Composer](https://getcomposer.org) または [PHAR パッケージ]
2020
Composer で PHPUnit をインストールする場合:
2121

2222
``` bash
23-
$ php composer.phar require --dev phpunit/phpunit:"^8.5"
23+
$ php composer.phar require --dev phpunit/phpunit:"^11.5.3"
2424
```
2525

2626
コマンドラインで上記のように実行すると、 `composer.json``require-dev` セクションに

0 commit comments

Comments
 (0)