Skip to content

Commit 2ddc2f7

Browse files
author
Adegoke Obasa
committed
Fix issue with postCreateProject directories in composer.json
1 parent dba72f8 commit 2ddc2f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
"yii\\composer\\Installer::postCreateProject": {
4949
"setPermission": [
5050
{
51-
"runtime": "0777",
52-
"web/assets": "0777",
51+
"app/runtime": "0777",
52+
"app/web/assets": "0777",
5353
"yii": "0755"
5454
}
5555
],
5656
"generateCookieValidationKey": [
57-
"config/web.php"
57+
"app/config/web.php"
5858
]
5959
},
6060
"asset-installer-paths": {

0 commit comments

Comments
 (0)