Skip to content

Commit

Permalink
Update file
Browse files Browse the repository at this point in the history
  • Loading branch information
luizcmarin committed May 4, 2024
1 parent f896b38 commit a0b6f7b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/guide/en/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ At least redis version 2.6.12 is required for all components to work properly.
The preferred way to install this extension is through [composer](https://getcomposer.org/download/).

```shell
composer require --prefer-dist yiisoft/db-redis
composer require yiisoft/db-redis
```

## Configuring application
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/ja/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
下記のコマンドを実行してください。

```
php composer.phar require --prefer-dist yiisoft/db-redis
php composer.phar require yiisoft/db-redis
```

または、あなたの `composer.json` ファイルの `require` セクションに、
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/pt-BR/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ At least redis version 2.6.12 is required for all components to work properly.
The preferred way to install this extension is through [composer](https://getcomposer.org/download/).

```shell
composer require --prefer-dist yiisoft/db-redis
composer require yiisoft/db-redis
```

## Configuring application
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/ru/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Для этого запустите команду

```
php composer.phar require --prefer-dist yiisoft/db-redis
php composer.phar require yiisoft/db-redis
```

или добавьте
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/zh-CN/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ redis 2.6.12 版本是所有部件正常工作所必需的。
可以运行

```
php composer.phar require --prefer-dist yiisoft/db-redis
php composer.phar require yiisoft/db-redis
```

或者添加
Expand Down

0 comments on commit a0b6f7b

Please sign in to comment.