Merge pull request #2828 from cebe/composer-config

improve composer-asset-plugin config
This commit is contained in:
Lucas Bartholemy 2017-11-30 23:21:38 +01:00 committed by GitHub
commit 9d9a81c4f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,18 @@
},
"config": {
"process-timeout": 1800,
"vendor-dir": "protected/vendor"
"vendor-dir": "protected/vendor",
"fxp-asset":{
"installer-paths": {
"npm-asset-library": "protected/vendor/npm",
"bower-asset-library": "protected/vendor/bower"
},
"vcs-driver-options": {
"github-no-api": true
},
"git-skip-update": "2 days",
"pattern-skip-version": "(-build|-patch)"
}
},
"scripts": {
"post-create-project-cmd": [