Skip to content

Commit 5e0977c

Browse files
authored
Update composer.json
1 parent 636198f commit 5e0977c

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

composer.json

+5-16
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@
3030
"yiisoft/yii2-faker": "*"
3131
},
3232
"config": {
33-
"process-timeout": 1800
33+
"process-timeout": 1800,
34+
"sort-packages": true,
35+
"fxp-asset": {
36+
"enabled": false
37+
}
3438
},
3539
"scripts": {
3640
"post-create-project-cmd": [
@@ -39,17 +43,6 @@
3943
]
4044
},
4145
"extra": {
42-
"asset-repositories": [
43-
{
44-
"type": "bower-git",
45-
"url": "https://github.com/adobe-webplatform/eve.git",
46-
"name": "bower-asset/eve"
47-
}
48-
],
49-
"asset-vcs-driver-options": {
50-
"github-no-api": true
51-
},
52-
"asset-pattern-skip-version": "(-build|-patch)",
5346
"yii\\composer\\Installer::postCreateProject": {
5447
"setPermission": [
5548
{
@@ -61,10 +54,6 @@
6154
"generateCookieValidationKey": [
6255
"src/config/web.php"
6356
]
64-
},
65-
"asset-installer-paths": {
66-
"npm-asset-library": "vendor/npm",
67-
"bower-asset-library": "vendor/bower"
6857
}
6958
}
7059
}

0 commit comments

Comments
 (0)