Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
6a4dc8a4
Commit
6a4dc8a4
authored
Jan 26, 2015
by
Davidson Alencar
Committed by
Carsten Brandt
Jan 26, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adjust version composer-asset-plugin to 1.0.0 [ci skip]
close #7024
parent
dee62967
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
10 additions
and
10 deletions
+10
-10
README.md
apps/advanced/README.md
+1
-1
README.md
apps/basic/README.md
+1
-1
start-installation.md
docs/guide-pt-BR/start-installation.md
+1
-1
start-installation.md
docs/guide/start-installation.md
+1
-1
tutorial-advanced-app.md
docs/guide/tutorial-advanced-app.md
+1
-1
tutorial-start-from-scratch.md
docs/guide/tutorial-start-from-scratch.md
+1
-1
tutorial-yii-integration.md
docs/guide/tutorial-yii-integration.md
+2
-2
README.md
framework/README.md
+1
-1
UPGRADE.md
framework/UPGRADE.md
+1
-1
No files found.
apps/advanced/README.md
View file @
6a4dc8a4
...
@@ -74,7 +74,7 @@ at [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix).
...
@@ -74,7 +74,7 @@ at [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix).
You can then install the application using the following command:
You can then install the application using the following command:
~~~
~~~
php composer.phar global require "fxp/composer-asset-plugin:1.0.0
-beta4
"
php composer.phar global require "fxp/composer-asset-plugin:1.0.0"
php composer.phar create-project --prefer-dist --stability=dev yiisoft/yii2-app-advanced advanced
php composer.phar create-project --prefer-dist --stability=dev yiisoft/yii2-app-advanced advanced
~~~
~~~
...
...
apps/basic/README.md
View file @
6a4dc8a4
...
@@ -55,7 +55,7 @@ at [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix).
...
@@ -55,7 +55,7 @@ at [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix).
You can then install this application template using the following command:
You can then install this application template using the following command:
~~~
~~~
php composer.phar global require "fxp/composer-asset-plugin:1.0.0
-beta4
"
php composer.phar global require "fxp/composer-asset-plugin:1.0.0"
php composer.phar create-project --prefer-dist --stability=dev yiisoft/yii2-app-basic basic
php composer.phar create-project --prefer-dist --stability=dev yiisoft/yii2-app-basic basic
~~~
~~~
...
...
docs/guide-pt-BR/start-installation.md
View file @
6a4dc8a4
...
@@ -46,7 +46,7 @@ Você pode atualizar o Composer executando o comando `composer self-update`.
...
@@ -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
Com o Composer instalado, você pode instalar o Yii executando o seguinte comando
em um diretório acessível pela Web:
em um diretório acessível pela Web:
composer global require "fxp/composer-asset-plugin:1.0.0
-beta3
"
composer global require "fxp/composer-asset-plugin:1.0.0"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic
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/
)
O primeiro comando instaka o
[
composer asset plugin
](
https://github.com/francoispluchino/composer-asset-plugin/
)
...
...
docs/guide/start-installation.md
View file @
6a4dc8a4
...
@@ -37,7 +37,7 @@ by running `composer self-update`.
...
@@ -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:
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.0.0
-beta4
"
composer global require "fxp/composer-asset-plugin:1.0.0"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic
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/
)
The first command installs the
[
composer asset plugin
](
https://github.com/francoispluchino/composer-asset-plugin/
)
...
...
docs/guide/tutorial-advanced-app.md
View file @
6a4dc8a4
...
@@ -36,7 +36,7 @@ If you do not have [Composer](http://getcomposer.org/), follow the instructions
...
@@ -36,7 +36,7 @@ If you do not have [Composer](http://getcomposer.org/), follow the instructions
With Composer installed, you can then install the application using the following commands:
With Composer installed, you can then install the application using the following commands:
composer global require "fxp/composer-asset-plugin:1.0.0
-beta4
"
composer global require "fxp/composer-asset-plugin:1.0.0"
composer create-project --prefer-dist yiisoft/yii2-app-advanced yii-application
composer create-project --prefer-dist yiisoft/yii2-app-advanced yii-application
The first command installs the
[
composer asset plugin
](
https://github.com/francoispluchino/composer-asset-plugin/
)
The first command installs the
[
composer asset plugin
](
https://github.com/francoispluchino/composer-asset-plugin/
)
...
...
docs/guide/tutorial-start-from-scratch.md
View file @
6a4dc8a4
...
@@ -50,6 +50,6 @@ Use the Template
...
@@ -50,6 +50,6 @@ Use the Template
That's all that's required to create a new Yii application template. Now you can create projects using your template:
That's all that's required to create a new Yii application template. Now you can create projects using your template:
```
```
composer global require "fxp/composer-asset-plugin:1.0.0
-beta4
"
composer global require "fxp/composer-asset-plugin:1.0.0"
composer create-project --prefer-dist --stability=dev mysoft/yii2-app-coolone new-project
composer create-project --prefer-dist --stability=dev mysoft/yii2-app-coolone new-project
```
```
docs/guide/tutorial-yii-integration.md
View file @
6a4dc8a4
...
@@ -82,8 +82,8 @@ take two steps: install Yii, and bootstrap Yii.
...
@@ -82,8 +82,8 @@ 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
If the third-party system uses Composer to manage its dependencies, you can simply run the following commands
to install Yii:
to install Yii:
composer global require "fxp/composer-asset-plugin:1.0.0
-beta4
"
composer global require "fxp/composer-asset-plugin:1.0.0"
composer require
"yiisoft/yii2:*"
composer require
yiisoft/yii2
composer install
composer install
The first command installs the
[
composer asset plugin
](
https://github.com/francoispluchino/composer-asset-plugin/
)
The first command installs the
[
composer asset plugin
](
https://github.com/francoispluchino/composer-asset-plugin/
)
...
...
framework/README.md
View file @
6a4dc8a4
...
@@ -12,7 +12,7 @@ The preferred way to install the Yii framework is through [composer](http://getc
...
@@ -12,7 +12,7 @@ The preferred way to install the Yii framework is through [composer](http://getc
Either run
Either run
```
```
composer global require "fxp/composer-asset-plugin:1.0.0
-beta4
"
composer global require "fxp/composer-asset-plugin:1.0.0"
composer require --prefer-dist "yiisoft/yii2 *"
composer require --prefer-dist "yiisoft/yii2 *"
```
```
...
...
framework/UPGRADE.md
View file @
6a4dc8a4
...
@@ -55,7 +55,7 @@ Upgrade from Yii 2.0 Beta
...
@@ -55,7 +55,7 @@ Upgrade from Yii 2.0 Beta
the composer-asset-plugin,
*before*
you update your project:
the composer-asset-plugin,
*before*
you update your project:
```
```
php composer.phar global require "fxp/composer-asset-plugin:1.0.0
-beta4
"
php composer.phar global require "fxp/composer-asset-plugin:1.0.0"
```
```
You also need to add the following code to your project's
`composer.json`
file:
You also need to add the following code to your project's
`composer.json`
file:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment