mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-22 19:31:02 +08:00
increase composer timeout setting for apps.
This commit is contained in:
@ -26,6 +26,9 @@
|
||||
"yii\\composer\\Installer::setPermission"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
"process-timeout": 1800
|
||||
},
|
||||
"extra": {
|
||||
"writable": [
|
||||
"backend/runtime",
|
||||
|
@ -29,6 +29,9 @@
|
||||
"yii\\composer\\Installer::setPermission"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
"process-timeout": 1800
|
||||
},
|
||||
"extra": {
|
||||
"writable": [
|
||||
"runtime",
|
||||
|
Reference in New Issue
Block a user