-
Notifications
You must be signed in to change notification settings - Fork 10
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
PHP Fatal Error: Return value of LocalSetup::execute must be of the type int, "NULL" returned. #54
Comments
Is this due to a change in Symfony Console? |
I'm not sure, the version I have installed here is 5.0.8 and the composer.json says >=3.2. Maybe we need to lock the versions? I can see the version for all the other dependencies are all higher than the one in composer.json as well. Something like this
I checked with Snyk and no known vulnerabilities were found with those version constraints. Or maybe commit your composer.lock file? |
Forgot to mention, but doing those changes in the version constraints works. |
Had the exact same issue today on a fresh install (running php 7.2 as well) and the version constraint update from above fixed it. |
Also had this issue today on macOS with PHP 7.4. Can also confirm that the version constraints above fixed the issue after removing
|
raised #56 to add the constraints |
I'm getting this error message when trying to run
dorgflow {ISSUE_URL}
:php --version
The text was updated successfully, but these errors were encountered: