You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #797 Fixed directory separator trimming in vendors path (skmedix)
This PR was merged into the 1.13-dev branch.
Discussion
----------
Fixed directory separator trimming in vendors path
Fixes#796
We don't need to use `\DIRECTORY_SEPARATOR` here, as [**symfony/filesystem**](https://github.com/symfony/filesystem/blob/4.4/Filesystem.php#L451) already normalizes windows directory separator to use forward slash.
Commits
-------
fd34129 Fixed directory separator trimming in vendors path
0 commit comments