Skip to content

Commit 395e9c7

Browse files
committed
Removed fxp/cap as default package installation method
1 parent 70648fa commit 395e9c7

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ directly under the Web root.
6161
http://localhost/basic/web/
6262
~~~
6363

64-
65-
**NOTES:**
66-
- 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.
67-
68-
6964
### Install from an Archive File
7065

7166
Extract the archive file downloaded from [yiiframework.com](http://www.yiiframework.com/download/) to

composer.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,7 @@
2929
"codeception/specify": "~0.4.3"
3030
},
3131
"config": {
32-
"process-timeout": 1800,
33-
"fxp-asset":{
34-
"installer-paths": {
35-
"npm-asset-library": "vendor/npm",
36-
"bower-asset-library": "vendor/bower"
37-
},
38-
"vcs-driver-options": {
39-
"github-no-api": true
40-
},
41-
"git-skip-update": "2 days",
42-
"pattern-skip-version": "(-build|-patch)"
43-
}
32+
"process-timeout": 1800
4433
},
4534
"scripts": {
4635
"post-install-cmd": [
@@ -65,10 +54,6 @@
6554
"generateCookieValidationKey": [
6655
"config/web.php"
6756
]
68-
},
69-
"asset-installer-paths": {
70-
"npm-asset-library": "vendor/npm",
71-
"bower-asset-library": "vendor/bower"
7257
}
7358
},
7459
"repositories": [

0 commit comments

Comments
 (0)