I know how to exclude meta and log files from including an index , but in my composer.json application I have both Guzzle and Goutte listed as dependencies. Goutte includes goutte.phar , which in turn contains the source code for Guzzle. So when I use autocomplete, I get the following:

Is it possible to exclude a * .phar file (or any specific PHP file) from PHPStorm indexes at all?
source share