-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not open input file: vendor/bin/run.php #87
Comments
Hi, I will have a look as soon as I can. |
OK, there might be a problem with the Composer post-install script. When I run
And it works on my debian VM. But the post-install script that I have listed looks like that :
And I was missing the ../.., which could have caused the error you describe. What is your OS ? Can you tell me what does the /vendor/bin/phpcheckstyle script looks like after install ? I'm not a specialist in Composer config. Otherwise, you can always call directly the run.php file. |
Hello! Just got the issue in a project:
The file
The file
Workaround:
|
Hello ! Thanks for the workaround ^^ I'll check if I can do something in my box. |
Installed with
Installed version
V0.14.7
Running
vendor/bin/phpcheckstyle
orvendor/bin/phpcheckstyle -h
Recieved:
Could not open input file: vendor/bin/run.php
Changed version to dev-master - using commit 12794c0
Same error
The text was updated successfully, but these errors were encountered: