Skip to content

Commit

Permalink
Updated composer-asset-plugin requirement to ~1.1.1 all over the fr…
Browse files Browse the repository at this point in the history
…amework
  • Loading branch information
SilverFire committed Nov 30, 2015
1 parent ee71dc3 commit 9b1dfe5
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ addons:

install:
- travis_retry composer self-update && composer --version
- travis_retry composer global require "fxp/composer-asset-plugin:~1.1.0"
- travis_retry composer global require "fxp/composer-asset-plugin:~1.1.1"
- export PATH="$HOME/.composer/vendor/bin:$PATH"
# core framework:
- travis_retry composer install --prefer-dist --no-interaction
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-es/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Si ya tienes composer instalado asegurate que esté actualizado ejecutando `comp
Teniendo Composer instalado, puedes instalar Yii ejecutando los siguientes comandos en un directorio accesible vía Web:
Nota: es posible que en al ejecutar el primer comando te pida tu username

composer global require "fxp/composer-asset-plugin:~1.1.0"
composer global require "fxp/composer-asset-plugin:~1.1.1"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

El comando anterior instala Yii dentro del directorio `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.1.0"
composer global require "fxp/composer-asset-plugin:~1.1.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/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Composer は `composer self-update` コマンドを実行してアップデー

Composer がインストールされたら、ウェブからアクセスできるフォルダで下記のコマンドを実行することによって Yii をインストールすることが出来ます。

composer global require "fxp/composer-asset-plugin:~1.1.0"
composer global require "fxp/composer-asset-plugin:~1.1.1"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

最初のコマンドは [composer アセットプラグイン](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.1.0"
composer global require "fxp/composer-asset-plugin:~1.1.1"
composer create-project --prefer-dist --stability=dev mysoft/yii2-app-coolone new-project
```
2 changes: 1 addition & 1 deletion docs/guide-ja/tutorial-yii-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Yii は数多くの優れた機能を提供していますので、サードパ

サードパーティのシステムが Composer を使って依存を管理している場合は、単に下記のコマンドを実行すれば Yii をインストールすることが出来ます。

composer global require "fxp/composer-asset-plugin:~1.1.0"
composer global require "fxp/composer-asset-plugin:~1.1.1"
composer require yiisoft/yii2
composer install

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-pl/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Jeśli posiadałeś już wcześniej zainstalowanego Composer'a, upewnij się, ż

Z zainstalowanym Composer'em możesz przejść do instalacji Yii wywołując poniższe komendy w katalogu dostępnym w sieci web:

composer global require "fxp/composer-asset-plugin:~1.1.0"
composer global require "fxp/composer-asset-plugin:~1.1.1"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

Pierwsza komenda instaluje [wtyczkę zasobów](https://github.com/francoispluchino/composer-asset-plugin/), która pozwala na zarządzanie zasobami [Bower'a](http://bower.io) oraz [paczkami zależności NPM](https://www.npmjs.com/) przez Composer.
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 @@ -51,6 +51,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.1.0"
composer global require "fxp/composer-asset-plugin:~1.1.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.1.0"
composer global require "fxp/composer-asset-plugin:~1.1.1"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

O primeiro comando instaka 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.1.0"
composer global require "fxp/composer-asset-plugin:~1.1.1"
composer require yiisoft/yii2
composer install

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ru/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

После установки Composer устанавливать Yii можно запустив следующую команду в папке доступной через веб:

composer global require "fxp/composer-asset-plugin:~1.1.0"
composer global require "fxp/composer-asset-plugin:~1.1.1"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

Первая команда устанавливает [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 [email protected]:yiisoft/yii2-app-basic.git
Это все, что требуется для создания нового шаблона проекта в Yii. Сейчас вы можете создавать проекты, использующие ваш шаблон:

```
composer global require "fxp/composer-asset-plugin:~1.1.0"
composer global require "fxp/composer-asset-plugin:~1.1.1"
composer create-project --prefer-dist --stability=dev mysoft/yii2-app-coolone new-project
```
2 changes: 1 addition & 1 deletion docs/guide-ru/tutorial-yii-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Yii::$classMap['Class2'] = 'path/to/Class2.php';

Если сторонняя система использует для управления зависимостями Composer, Yii можно просто установить с помощью следующих команд:

composer global require "fxp/composer-asset-plugin:~1.1.0"
composer global require "fxp/composer-asset-plugin:~1.1.1"
composer require "yiisoft/yii2:*"
composer install

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-uk/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

Після встановлення Composer, встановити Yii можна виконавши наступну команду з директорії, яка доступна через Web:

composer global require "fxp/composer-asset-plugin:~1.1.0"
composer global require "fxp/composer-asset-plugin:~1.1.1"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

Перша команда встановить [плагін ресурсів composer (composer-asset-plugin)](https://github.com/francoispluchino/composer-asset-plugin/),
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 [email protected]:yiisoft/yii2-app-basic.git
Тепер ви можете створювати проекти, використовуючи свій шаблон:

```
composer global require "fxp/composer-asset-plugin:~1.1.0"
composer global require "fxp/composer-asset-plugin:~1.1.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 @@ -83,7 +83,7 @@ Yii::$classMap['Class2'] = 'path/to/Class2.php';

Якщо стороння система використовує управління залежностями Composer, ви можете встановити Yii за допомогою наступних команд:

composer global require "fxp/composer-asset-plugin:~1.0.3"
composer global require "fxp/composer-asset-plugin:~1.1.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 @@ -36,7 +36,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.1.0"
composer global require "fxp/composer-asset-plugin:~1.1.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.1.0"
composer global require "fxp/composer-asset-plugin:~1.1.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/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ by running `composer self-update`.

With Composer installed, you can install Yii by running the following commands under a Web-accessible folder:

composer global require "fxp/composer-asset-plugin:~1.1.0"
composer global require "fxp/composer-asset-plugin:~1.1.1"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

The first command installs the [composer asset plugin](https://github.com/francoispluchino/composer-asset-plugin/)
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/tutorial-start-from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ Use the Template
That's all that's required to create a new Yii project template. Now you can create projects using your template:

```
composer global require "fxp/composer-asset-plugin:~1.1.0"
composer global require "fxp/composer-asset-plugin:~1.1.1"
composer create-project --prefer-dist --stability=dev mysoft/yii2-app-coolone new-project
```
2 changes: 1 addition & 1 deletion docs/guide/tutorial-yii-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ take two steps: install Yii, and bootstrap Yii.
If the third-party system uses Composer to manage its dependencies, you can simply run the following commands
to install Yii:

composer global require "fxp/composer-asset-plugin:~1.1.0"
composer global require "fxp/composer-asset-plugin:~1.1.1"
composer require yiisoft/yii2
composer install

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 @@ -33,7 +33,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.1.0"` を実行する必要があります。
> 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.1.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 @@ -35,7 +35,7 @@ The following steps are not necessary if you want to work only on translations o

- run `composer update` 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.1.0"`
> 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.1.1"`
- run `php build/build dev/app basic` to clone the basic app and install composer dependencies for the basic app.
This command will install foreign composer packages as normal but will link the yii2 repo to
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.1.0"
composer global require "fxp/composer-asset-plugin:~1.1.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 @@ -11,7 +11,7 @@ for both A and B.
Make sure you have global install of latest version of composer asset plugin:

```
php composer.phar global require "fxp/composer-asset-plugin:~1.1.0"
php composer.phar global require "fxp/composer-asset-plugin:~1.1.1"
```

Upgrade from Yii 2.0.6
Expand Down

0 comments on commit 9b1dfe5

Please sign in to comment.