Check php version in composer.json and maybe adjust ddev version accordingly #3788
kaystrobach
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
It's got potential! I guess it's something like "config": {
"platform": {
"php": "8.0.1"
}
} https://getcomposer.org/doc/06-config.md#platform It looks like you can use the major version (8.0) instead of patch (8.0.1) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Composer.json can provide the needed php version.
it would be awesome to fetch this one during start and inform the user if they both do not match.
Beta Was this translation helpful? Give feedback.
All reactions