shipmonk-rnd/composer-dependency-analyser

Cannot add a file without extension as a path to scan

chrif opened this issue · 2 comments

We have a file named application/console, and when I add it to the paths to scan, it fails with this error:
Unable to list files in /app/application/console

It looks like a file without extension is automatically assumed to be a directory.

Fixed in 1.2.1

It works. Thanks.