Closed feenx closed 2 months ago
Figured out that I had installed composer using apt, and it installed its own dependencies globally.
Ran sudo apt remove composer
then followed directions here: https://getcomposer.org/download/
Now, composer works when proxied through valet. Leaving this comment in case anyone else has this issue.
Hello,
I'm running the version 2.0.1 of this package, and I am running PHP8.2 globally.
But after running
valet isolate 7.3
within a specific project, whenever I runvalet composer show
I get a syntax error below.It seems to be referencing Symfony files installed at
/usr/share/php/Symfony
which don't appear to be a version that would support PHP 7.3 as the specific null has a type of null operator not supported in PHP 7.3.