Skip to content

Commit

Permalink
Updated asset-plugin version in docs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 authored and samdark committed Oct 2, 2017
1 parent f82f2c0 commit 15a4644
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion docs/guide-es/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ejecutando el comando `composer self-update`
Teniendo Composer instalado, puedes instalar Yii ejecutando los siguientes comandos en un directorio accesible vía Web:

```bash
composer global require "fxp/composer-asset-plugin:^1.3.1"
composer global require "fxp/composer-asset-plugin:^1.4.1"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic
```

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-es/tutorial-start-from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ Utilizar el Template
Eso es todo lo que se necesita para crear un nuevo template de proyecto Yii. Ahora puedes crear tus propios proyectos a partir de este template:

```
composer global require "fxp/composer-asset-plugin:^1.3.1"
composer global require "fxp/composer-asset-plugin:^1.4.1"
composer create-project --prefer-dist --stability=dev mysoft/yii2-app-coolone new-project
```
2 changes: 1 addition & 1 deletion docs/guide-es/tutorial-yii-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ instalar Yii , e iniciar Yii.
Si el sistema de terceros usa Composer para manejar sus dependencias, simplemente ejecuta estos comandos
para instalar Yii:

composer global require "fxp/composer-asset-plugin:^1.3.1"
composer global require "fxp/composer-asset-plugin:^1.4.1"
composer require yiisoft/yii2
composer install

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-id/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dengan menjalankan `composer self-update`.
Dengan Komposer diinstal, Anda dapat menginstal Yii dengan menjalankan perintah berikut di bawah folder yang terakses web:

```bash
composer global require "fxp/composer-asset-plugin:^1.3.1"
composer global require "fxp/composer-asset-plugin:^1.4.1"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic
```

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-it/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Se hai già Composer installato assicurati di avere una versione aggiornata. Puo

Una volta installato Composer, puoi installare Yii eseguendo questo comando in una directory accessbile via web:

composer global require "fxp/composer-asset-plugin:^1.3.1"
composer global require "fxp/composer-asset-plugin:^1.4.1"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

Il primo comando installa il [plugin composer asset](https://github.com/francoispluchino/composer-asset-plugin/)
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ja/tutorial-start-from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ Yii の新しいプロジェクトテンプレートを作成するのに必要
これで、あなたのテンプレートを使ってプロジェクトを作成することが出来ます。

```
composer global require "fxp/composer-asset-plugin:^1.3.1"
composer global require "fxp/composer-asset-plugin:^1.4.1"
composer create-project --prefer-dist --stability=dev mysoft/yii2-app-coolone new-project
```
2 changes: 1 addition & 1 deletion docs/guide-pl/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Jeśli jesteś już posiadaczem Composera, upewnij się, że jest on zaktualizow
Teraz możesz przejść już do instalacji samego Yii, wywołując poniższe komendy w katalogu dostępnym z poziomu sieci web:

```bash
composer global require "fxp/composer-asset-plugin:^1.3.1"
composer global require "fxp/composer-asset-plugin:^1.4.1"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic
```

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-pl/tutorial-start-from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ Użycie szablonu
Tylko tyle jest wymagane, aby stworzyć nowy szablon projektu Yii. Teraz już możesz rozpocząć pracę nad świeżym projektem, używając swojego szablonu, za pomocą komend:

```
composer global require "fxp/composer-asset-plugin:^1.3.1"
composer global require "fxp/composer-asset-plugin:^1.4.1"
composer create-project --prefer-dist --stability=dev mojafirma/yii2-app-fajna nowy-projekt
```
2 changes: 1 addition & 1 deletion docs/guide-pt-BR/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Você pode atualizar o Composer executando o comando `composer self-update`.
Com o Composer instalado, você pode instalar o Yii executando o seguinte comando
em um diretório acessível pela Web:

composer global require "fxp/composer-asset-plugin:^1.3.1"
composer global require "fxp/composer-asset-plugin:^1.4.1"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

O primeiro comando instala o [composer asset plugin](https://github.com/francoispluchino/composer-asset-plugin/)
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-pt-BR/tutorial-yii-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Como o Yii fornece muitas características excelentes, algumas vezes você pode

Se o sistema em questão utilizar o Composer para gerenciar suas dependências, você pode simplesmente executar o seguinte comando para instalar o Yii:

composer global require "fxp/composer-asset-plugin:^1.3.1"
composer global require "fxp/composer-asset-plugin:^1.4.1"
composer require yiisoft/yii2
composer install

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ru/structure-assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ $config = [
установить специальный глобальный пакет Composer, выполнив следующую команду:

```bash
composer global require "fxp/composer-asset-plugin:^1.3.1"
composer global require "fxp/composer-asset-plugin:^1.4.1"
```

Эта команда устанавливает [composer asset plugin](https://github.com/francoispluchino/composer-asset-plugin/) глобально,
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ru/tutorial-start-from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ git clone git@github.com:yiisoft/yii2-app-basic.git
Это все, что требуется для создания нового шаблона проекта в Yii. Сейчас вы можете создавать проекты, использующие ваш шаблон:

```
composer global require "fxp/composer-asset-plugin:^1.3.1"
composer global require "fxp/composer-asset-plugin:^1.4.1"
composer create-project --prefer-dist --stability=dev mysoft/yii2-app-coolone new-project
```
2 changes: 1 addition & 1 deletion docs/guide-uk/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
Після встановлення Composer, встановити Yii можна виконавши наступну команду з директорії, яка доступна через Web:

```bash
composer global require "fxp/composer-asset-plugin:^1.3.1"
composer global require "fxp/composer-asset-plugin:^1.4.1"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic
```

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-uk/tutorial-start-from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ git clone git@github.com:yiisoft/yii2-app-basic.git
Тепер ви можете створювати проекти, використовуючи свій шаблон:

```
composer global require "fxp/composer-asset-plugin:^1.3.1"
composer global require "fxp/composer-asset-plugin:^1.4.1"
composer create-project --prefer-dist --stability=dev mysoft/yii2-app-coolone new-project
```
2 changes: 1 addition & 1 deletion docs/guide-uk/tutorial-yii-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Yii::$classMap['Class2'] = 'path/to/Class2.php';
Якщо стороння система використовує управління залежностями Composer, ви можете встановити Yii за допомогою наступних команд:

```bash
composer global require "fxp/composer-asset-plugin:^1.3.1"
composer global require "fxp/composer-asset-plugin:^1.4.1"
composer require yiisoft/yii2
composer install
```
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-vi/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Nếu bạn đã cài Composer rồi, hãy chắc chắn rằng bạn đang sử

Sau khi cài đặt Composer, bạn có thể cài đặt Yii bằng cách chạy lệnh sau ở thư mục Web mà ứng dụng cần chạy:

composer global require "fxp/composer-asset-plugin:^1.3.1"
composer global require "fxp/composer-asset-plugin:^1.4.1"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

Câu lệnh đầu tiên sẽ cài đặt [composer asset plugin](https://github.com/francoispluchino/composer-asset-plugin/)
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-zh-CN/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

Composer 安装后,切换到一个可通过 Web 访问的目录,执行如下命令即可安装 Yii :

composer global require "fxp/composer-asset-plugin:^1.3.1"
composer global require "fxp/composer-asset-plugin:^1.4.1"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

第一条命令安装 [Composer asset plugin](https://github.com/francoispluchino/composer-asset-plugin/),它是通过 Composer 管理 bower 和 npm 包所必须的,此命令全局生效,一劳永逸。
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-zh-CN/tutorial-yii-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Yii::$classMap['Class2'] = 'path/to/Class2.php';

若这个第三方系统支持 Composer 管理他的依赖文件,你可以直接运行一下命令来安装 Yii:

composer global require "fxp/composer-asset-plugin:^1.3.1"
composer global require "fxp/composer-asset-plugin:^1.4.1"
composer require yiisoft/yii2
composer install

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/structure-assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Comparing to to using asset-packagist, composer-asset-plugin does not require to
requires to install a special Composer plugin globally by running the following command:

```bash
composer global require "fxp/composer-asset-plugin:^1.3.1"
composer global require "fxp/composer-asset-plugin:^1.4.1"
```

This command installs [composer asset plugin](https://github.com/francoispluchino/composer-asset-plugin/) globally
Expand Down
2 changes: 1 addition & 1 deletion docs/internals-ja/git-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ git remote add upstream git://github.com/yiisoft/yii2.git

- `composer install` を実行して、依存パッケージをインストールします ([composer をグローバルにインストール](https://getcomposer.org/doc/00-intro.md#globally) したものと仮定しています)。

> Note: `Problem 1 The requested package bower-asset/jquery could not be found in any version, there may be a typo in the package name.` というようなエラーが生ずる場合は、`composer global require "fxp/composer-asset-plugin:^1.3.1"` を実行する必要があります。
> Note: `Problem 1 The requested package bower-asset/jquery could not be found in any version, there may be a typo in the package name.` というようなエラーが生ずる場合は、`composer global require "fxp/composer-asset-plugin:^1.4.1"` を実行する必要があります。
JavaScript を扱おうとしている場合は、

- `npm install` を実行して JavaScript テストツール群とその依存ライブラリをインストールします
Expand Down
2 changes: 1 addition & 1 deletion docs/internals-pl/git-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Poniższe kroki nie są wymagane, jeśli chcesz pracować tylko nad tłumaczenia

- uruchom `composer install`, aby zainstalować wymagane zależności (zakładając, że masz [composera zainstalowanego globalnie](https://getcomposer.org/doc/00-intro.md#globally)).

> Note: Jeśli otrzymujesz błędu typu `Problem 1 The requested package bower-asset/jquery could not be found in any version, there may be a typo in the package name.` (`Problem 1 Wymagany pakiet bower-asset/jquery nie mógł być znaleziony w jakiejkolwiek wersji, być może w nazwie pakietu jest literówka.`), musisz uruchomić komendę `composer global require "fxp/composer-asset-plugin:^1.3.1"`
> Note: Jeśli otrzymujesz błędu typu `Problem 1 The requested package bower-asset/jquery could not be found in any version, there may be a typo in the package name.` (`Problem 1 Wymagany pakiet bower-asset/jquery nie mógł być znaleziony w jakiejkolwiek wersji, być może w nazwie pakietu jest literówka.`), musisz uruchomić komendę `composer global require "fxp/composer-asset-plugin:^1.4.1"`
Jeśli zamierzasz pracować z JavaScript:

Expand Down
2 changes: 1 addition & 1 deletion docs/internals-ru/git-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ git remote add upstream git://github.com/yiisoft/yii2.git
- выполните `composer update` для установки зависимостей (если [composer у вас установлен глобально](https://getcomposer.org/doc/00-intro.md#globally)).

> Note: Если вы видите такие ошибки, как `Problem 1 The requested package bower-asset/jquery could not be found in
> any version, there may be a typo in the package name.`, необходимо запустить `composer global require "fxp/composer-asset-plugin:^1.3.1"`
> any version, there may be a typo in the package name.`, необходимо запустить `composer global require "fxp/composer-asset-plugin:^1.4.1"`
- выполните `php build/build dev/app basic` для клонирования базового приложения и установки его зависимостей.
Эта команда установит сторонние пакеты composer обычным образом, но создаст ссылку с репозитория yii2 на только
Expand Down
2 changes: 1 addition & 1 deletion docs/internals/git-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The following steps are not necessary if you want to work only on translations o

- run `composer install` to install dependencies (assuming you have [composer installed globally](https://getcomposer.org/doc/00-intro.md#globally)).

> Note: If you see errors like `Problem 1 The requested package bower-asset/jquery could not be found in any version, there may be a typo in the package name.`, you will need to run `composer global require "fxp/composer-asset-plugin:^1.3.1"`
> Note: If you see errors like `Problem 1 The requested package bower-asset/jquery could not be found in any version, there may be a typo in the package name.`, you will need to run `composer global require "fxp/composer-asset-plugin:^1.4.1"`
If you are going to work with JavaScript:

Expand Down
2 changes: 1 addition & 1 deletion framework/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The preferred way to install the Yii framework is through [composer](http://getc
Either run

```
composer global require "fxp/composer-asset-plugin:^1.3.1"
composer global require "fxp/composer-asset-plugin:^1.4.1"
composer require yiisoft/yii2
```

Expand Down
2 changes: 1 addition & 1 deletion framework/UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Before upgrading, make sure you have a global installation of the latest version
as well as a stable version of Composer:

composer self-update
composer global require "fxp/composer-asset-plugin:^1.3.1" --no-plugins
composer global require "fxp/composer-asset-plugin:^1.4.1" --no-plugins

The simple way to upgrade Yii, for example to version 2.0.10 (replace this with the version you want) will be running `composer require`:

Expand Down

0 comments on commit 15a4644

Please sign in to comment.