[x] I've checked the issue queue and could not find anything similar to my bug.
[x] I'm on the latest version of valet-wsl (valet --version): <Valet-wsl-Version>
[x] I've run valet install after updating and before submitting my issue/feature.
What is the problem?
A description of what you think the problem is.
valet use php@7.4 doesn't work.
What was supposed to happen?
Valet downloads (or finds installed) php 7.4
What actually happened?
This does not affect php -v.
Stopping php8.0-fpm...
Disabling php8.0-fpm...
[phpphp@7.4-fpm] is not installed, installing it now via Apt... 🍻
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package phpphp@7.4-fpm
E: Couldn't find any package by glob 'phpphp@7.4-fpm'
E: Couldn't find any package by regex 'phpphp@7.4-fpm'
How to reproduce this?
Run valet use php@7.4.
What is the solution?
Looks like for some reason it's looking to install phpphp@7.4-fpm instead of php@7.4-fpm.
Basic info
valet --version
):<Valet-wsl-Version>
valet install
after updating and before submitting my issue/feature.What is the problem? A description of what you think the problem is.
valet use php@7.4
doesn't work.What was supposed to happen? Valet downloads (or finds installed) php 7.4
What actually happened?
How to reproduce this? Run
valet use php@7.4
.What is the solution? Looks like for some reason it's looking to install
phpphp@7.4-fpm
instead ofphp@7.4-fpm
.