Project

General

Profile

Bug #79461

Updated by Andreas Allacher over 7 years ago

Symfony commands that are executed by using the link created during composer installation does not work correctly. 

 The reason is that entryPoingLevel is set to 4. 
 However, with the composer binary this value will not work as it will depend on the bin-dir configuration inside the composer.json 

 Using "__DIR__" __DIR__ or "__FILE__" __FILE__ will not work either due to possible symlinks. 

Back