Skip to content

Commit 8049e6a

Browse files
authored
Merge pull request yiisoft#156 from nkovacs/patch-1
Disable composer-asset-plugin if it's installed
2 parents c769bd1 + a6bc6e9 commit 8049e6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929
"codeception/specify": "~0.4.3"
3030
},
3131
"config": {
32-
"process-timeout": 1800
32+
"process-timeout": 1800,
33+
"fxp-asset": {
34+
"enabled": false
35+
}
3336
},
3437
"scripts": {
3538
"post-install-cmd": [

0 commit comments

Comments
 (0)