I'm getting `Targeted dir must be a parent to the reference path.` error on line: [Filesystem/RelativePathComputer.php#L33](https://github.com/symfony2admingenerator/GeneratorBundle/blob/master/Filesystem/RelativePathComputer.php#L33) My enviroment: Windows 10 bower, php, node, ruby installed globally The problem is I have vendors on RAMDISK (for performance) and `/vendor` dir is only a symlink to actual directory on RAMDISK. When I renamed symlink to `vendor2` and copy-pasted vendors from ramdisk - the issue was fixed. Is there any way we could avoid raising this exception in this case?