Hi, I could successfully generate documents using the [phar](https://github.com/theseer/phpdox/releases/download/0.9.0/phpdox-0.9.0.phar) file. However, it doesn't seem to run with a cloned repository. 1. Cloned the repository to local. 2. Performed `composer install` and it downloaded dependencies in the `vendor` directory. 3. Performed `php phpdox --version` but it just does not respond. `Ctrl` + `c` does not terminate it so I have to close the console window. Am I missing something?