Disable composer-asset-plugin if it's installed

Refs #149
This commit is contained in:
Nikola Kovacs 2017-11-09 11:09:30 +01:00 committed by GitHub
parent c769bd1b0a
commit a6bc6e9c87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,10 @@
"codeception/specify": "~0.4.3"
},
"config": {
"process-timeout": 1800
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
}
},
"scripts": {
"post-install-cmd": [