Merge pull request #156 from nkovacs/patch-1
Disable composer-asset-plugin if it's installed
This commit is contained in:
commit
8049e6a4c2
@ -29,7 +29,10 @@
|
|||||||
"codeception/specify": "~0.4.3"
|
"codeception/specify": "~0.4.3"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"process-timeout": 1800
|
"process-timeout": 1800,
|
||||||
|
"fxp-asset": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
|
Loading…
Reference in New Issue
Block a user