Closed estevao90 closed 5 months ago
@BrianHenryIE, do you have a forecast for when you will release it?
That is released now in 0.19.2. Thanks.
@BrianHenryIE , I just figured out another related issue.
The subfolders in vendor-prefixed
do not have the correct permissions.
Looking at the code, we need to set visibility for the copied folders in this part https://github.com/BrianHenryIE/strauss/blob/master/src/Copier.php#L84
@BrianHenryIE , any update on it? Thanks!
Starting in
v0.16.0
, the permission of thevendor-prefixed
folder was changed to0600
. I think it's related to this commit, and it's not intentional.Is there any chance to use (0755) as default again? Or maybe introduce a parameter to allow us to change the permission?
The default value for the
vendor
folder is0775
.0600
is very restrictive and may cause issues in servers managed by groups.Thank you.