san-kumar/lambdaphp

DOS2Unix

Closed this issue · 0 comments

I'm finding issues deploying on unix/linux from the latest composer which would suggest its been edited using a windows format and not cleaned prior to commit.

find . -type f -exec dos2unix {} \;

This is resulting in a broken deploy function on unix/linux os