Advanced application: init is now automatically called when installing via Composer

This commit is contained in:
Alexander Makarov
2013-09-28 01:14:19 +04:00
parent 4ab2e986c6
commit c4354d6be6

View File

@ -20,7 +20,8 @@
}, },
"scripts": { "scripts": {
"post-create-project-cmd": [ "post-create-project-cmd": [
"yii\\composer\\InstallHandler::setPermissions" "yii\\composer\\InstallHandler::setPermissions",
"./init"
] ]
}, },
"extra": { "extra": {