You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've a lot of project using different php version (from 5.5 to 8.1).
Thanks to Symfony CLI tool, I can specify the PHP version in the project .php-version file, and use symfony php to run PHP commands with the right version.
I've tryed to use symfony php as executable with this extension:
I've a lot of project using different php version (from 5.5 to 8.1).
Thanks to Symfony CLI tool, I can specify the PHP version in the project
.php-version
file, and usesymfony php
to run PHP commands with the right version.I've tryed to use
symfony php
as executable with this extension:But it doesn't work:
# [error] Error: spawn symfony php ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19) at onErrorNT (node:internal/child_process:478:16) at processTicksAndRejections (node:internal/process/task_queues:83:21)
Any chance to make it work?
The text was updated successfully, but these errors were encountered: