Removed fxp/cap as default package installation method
This commit is contained in:
parent
70648fa45c
commit
395e9c7fae
@ -61,11 +61,6 @@ directly under the Web root.
|
|||||||
http://localhost/basic/web/
|
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
|
### Install from an Archive File
|
||||||
|
|
||||||
Extract the archive file downloaded from [yiiframework.com](http://www.yiiframework.com/download/) to
|
Extract the archive file downloaded from [yiiframework.com](http://www.yiiframework.com/download/) to
|
||||||
|
@ -29,18 +29,7 @@
|
|||||||
"codeception/specify": "~0.4.3"
|
"codeception/specify": "~0.4.3"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"process-timeout": 1800,
|
"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)"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
@ -65,10 +54,6 @@
|
|||||||
"generateCookieValidationKey": [
|
"generateCookieValidationKey": [
|
||||||
"config/web.php"
|
"config/web.php"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"asset-installer-paths": {
|
|
||||||
"npm-asset-library": "vendor/npm",
|
|
||||||
"bower-asset-library": "vendor/bower"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"repositories": [
|
"repositories": [
|
||||||
|
Loading…
Reference in New Issue
Block a user