easy-deploy-bundle
easy-deploy-bundle copied to clipboard
Relative path finding fix
If $this->localProjectDir = '/app'
and $absolutePath = '/app/web/app_dev.php'
then $relativePath = '/web_dev.php'
and validatePathIsRelativeToProject
throws InvalidConfigurationException
.
As I understand it should remove absolute paths dir