Removed fxp/cap as default package installation method

This commit is contained in:
SilverFire - Dmitry Naumenko 2017-11-02 21:33:35 +02:00
parent 70648fa45c
commit 395e9c7fae
No known key found for this signature in database
GPG Key ID: 039DD917A92B270A
2 changed files with 1 additions and 21 deletions

View File

@ -61,11 +61,6 @@ directly under the Web root.
http://localhost/basic/web/
~~~
**NOTES:**
- If you don not have `git` available on your machine, you can run composer commands with `FXP_ASSET__VCS_DRIVER_OPTIONS='{}' composer [...]` to use the GitHub API instead.
### Install from an Archive File
Extract the archive file downloaded from [yiiframework.com](http://www.yiiframework.com/download/) to

View File

@ -29,18 +29,7 @@
"codeception/specify": "~0.4.3"
},
"config": {
"process-timeout": 1800,
"fxp-asset":{
"installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
},
"vcs-driver-options": {
"github-no-api": true
},
"git-skip-update": "2 days",
"pattern-skip-version": "(-build|-patch)"
}
"process-timeout": 1800
},
"scripts": {
"post-install-cmd": [
@ -65,10 +54,6 @@
"generateCookieValidationKey": [
"config/web.php"
]
},
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
},
"repositories": [