Skip to content

Commit

Permalink
Adjusted version number in readme and installation docs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Jun 4, 2019
1 parent 9a7d5b6 commit 6dd4349
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ The preferred way to install this extension is through [composer](http://getcomp
Either run

```
php composer.phar require --prefer-dist yiisoft/yii2-imagine
composer require --prefer-dist yiisoft/yii2-imagine
```

or add

```json
"yiisoft/yii2-imagine": "~2.1.0"
"yiisoft/yii2-imagine": "~2.2.0"
```

to the `require` section of your composer.json.
Expand Down
4 changes: 2 additions & 2 deletions docs/guide-ja/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
下記のコマンドを実行して下さい。

```
php composer.phar require --prefer-dist yiisoft/yii2-imagine
composer require --prefer-dist yiisoft/yii2-imagine
```

または、あなたの `composer.json` ファイルの `require` セクションに

```
"yiisoft/yii2-imagine": "~2.1.0"
"yiisoft/yii2-imagine": "~2.2.0"
```

を追加して下さい。
4 changes: 2 additions & 2 deletions docs/guide-pt-BR/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ A maneira recomendada para instalar esta extensão é através do [composer](htt
Então execute

```
php composer.phar require --prefer-dist yiisoft/yii2-imagine
composer require --prefer-dist yiisoft/yii2-imagine
```

Ou Adicione

```
"yiisoft/yii2-imagine": "~2.1.0"
"yiisoft/yii2-imagine": "~2.2.0"
```

na sessão de requirimentos do seu arquivo `composer.json`.
4 changes: 2 additions & 2 deletions docs/guide-ru/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
Для этого запустите команду

```
php composer.phar require --prefer-dist yiisoft/yii2-imagine
composer require --prefer-dist yiisoft/yii2-imagine
```

или добавьте

```
"yiisoft/yii2-imagine": "~2.1.0"
"yiisoft/yii2-imagine": "~2.2.0"
```

в секцию **require** вашего composer.json.
4 changes: 2 additions & 2 deletions docs/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ The preferred way to install this extension is through [composer](http://getcomp
Either run

```
php composer.phar require --prefer-dist yiisoft/yii2-imagine
composer require --prefer-dist yiisoft/yii2-imagine
```

or add

```
"yiisoft/yii2-imagine": "~2.1.0"
"yiisoft/yii2-imagine": "~2.2.0"
```

to the require section of your `composer.json` file.

0 comments on commit 6dd4349

Please sign in to comment.