removed InstallHandler.

This commit is contained in:
Qiang Xue 2013-10-22 21:13:57 -04:00
parent 575c3852f1
commit e684a34f6a

View File

@ -20,15 +20,15 @@
},
"scripts": {
"post-create-project-cmd": [
"yii\\composer\\InstallHandler::setPermissions"
"yii\\composer\\Installer::setPermission"
]
},
"extra": {
"yii-install-writable": [
"writable": [
"runtime",
"web/assets"
],
"yii-install-executable": [
"executable": [
"yii"
]
}