Преглед на файлове

removed InstallHandler.

Qiang Xue преди 12 години
родител
ревизия
e684a34f6a
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      composer.json

+ 3 - 3
composer.json

@@ -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"
 		]
 	}