Steps to reproduce: 1. `composer require --dev paglliac/dependency-analysis` 2. `vendor/bin/php-da` Expected: script runs Actual: ``` You need to set up the project dependencies using Composer: composer install You can learn all about Composer on https://getcomposer.org/. ``` I'm not entirely sure what causes the issue, but it seems this code:  Problem is, the executable is located in `vendor/paglliac/dependency-analysis/bin/php-da`, so basically, none of the links hits the actual `autoload.php`.