Fixed generateCookieValidationKey
This commit is contained in:
parent
a4e8114f60
commit
1fd8921fbf
@ -38,16 +38,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"post-install-cmd": [
|
||||||
|
"yii\\composer\\Installer::postInstall"
|
||||||
|
],
|
||||||
"post-create-project-cmd": [
|
"post-create-project-cmd": [
|
||||||
"yii\\composer\\Installer::postCreateProject"
|
"yii\\composer\\Installer::postCreateProject"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"repositories": [
|
|
||||||
{
|
|
||||||
"type": "composer",
|
|
||||||
"url": "https://asset-packagist.org"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"extra": {
|
"extra": {
|
||||||
"yii\\composer\\Installer::postCreateProject": {
|
"yii\\composer\\Installer::postCreateProject": {
|
||||||
"setPermission": [
|
"setPermission": [
|
||||||
@ -56,10 +53,22 @@
|
|||||||
"web/assets": "0777",
|
"web/assets": "0777",
|
||||||
"yii": "0755"
|
"yii": "0755"
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
|
},
|
||||||
|
"yii\\composer\\Installer::postInstall": {
|
||||||
"generateCookieValidationKey": [
|
"generateCookieValidationKey": [
|
||||||
"config/web.php"
|
"config/web.php"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"asset-installer-paths": {
|
||||||
|
"npm-asset-library": "vendor/npm",
|
||||||
|
"bower-asset-library": "vendor/bower"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"type": "composer",
|
||||||
|
"url": "https://asset-packagist.org"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user