removed InstallHandler.
This commit is contained in:
parent
575c3852f1
commit
e684a34f6a
@ -20,15 +20,15 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"post-create-project-cmd": [
|
"post-create-project-cmd": [
|
||||||
"yii\\composer\\InstallHandler::setPermissions"
|
"yii\\composer\\Installer::setPermission"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"yii-install-writable": [
|
"writable": [
|
||||||
"runtime",
|
"runtime",
|
||||||
"web/assets"
|
"web/assets"
|
||||||
],
|
],
|
||||||
"yii-install-executable": [
|
"executable": [
|
||||||
"yii"
|
"yii"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user