WIP
This commit is contained in:
parent
8efbbcc662
commit
867182b31f
@ -55,6 +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:
|
||||
|
||||
~~~
|
||||
php composer.phar global require "fxp/composer-asset-plugin:~1.0"
|
||||
php composer.phar create-project --prefer-dist --stability=dev yiisoft/yii2-app-basic basic
|
||||
~~~
|
||||
|
||||
|
@ -17,12 +17,7 @@
|
||||
"php": ">=5.4.0",
|
||||
"yiisoft/yii2": "*",
|
||||
"yiisoft/yii2-bootstrap": "*",
|
||||
"yiisoft/yii2-swiftmailer": "*",
|
||||
/* bower packages, added temporarily to test "composer-asset-plugin" */
|
||||
"bower-asset/bootstrap": "3.2.* | 3.1.* | 3.0.*",
|
||||
"bower-asset/jquery": "2.1.1",
|
||||
"bower-asset/jquery-ui": "1.11.*",
|
||||
"bower-asset/typeahead.js": "0.10.*"
|
||||
"yiisoft/yii2-swiftmailer": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"yiisoft/yii2-codeception": "*",
|
||||
|
Loading…
Reference in New Issue
Block a user