|
What's blocking .lerd.yaml domains:
- project_name
php_version: "8.5"
framework: laravel
services:
- mysql # mysql 9 (for some reason 8.4 won't work, no image found issues)
- redisThanks again |
Answered by
geodro
Jul 28, 2026
Replies: 1 comment
|
Hey @jhdcruz the version is clamped based on framework definition or composer minimum required php version. Given that most likely you had a pre laravel 10 project it was assuming the latest version. I've added definitions for laravel 6 and above; also I've added a fix for the case that there is no framework detected to use the composer php version for clamping; I've released a preview version for lerd if you want to test or you can wait until tomorrow for the usual release;
|
0 replies
Answer selected by
jhdcruz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @jhdcruz the version is clamped based on framework definition or composer minimum required php version. Given that most likely you had a pre laravel 10 project it was assuming the latest version. I've added definitions for laravel 6 and above; also I've added a fix for the case that there is no framework detected to use the composer php version for clamping;
I've released a preview version for lerd if you want to test or you can wait until tomorrow for the usual release;
lerd update --beta