What/Why
What are you proposing?
Right now the development setup depends on whatever PHP version each developer has on their machine. Since composer.json does not define a platform PHP version, Composer may install different dependency versions for different contributors. This creates inconsistency across environments.
Adding the minimum PHP version to docker-compose.yml will give all contributors the same environment. This keeps dependency versions consistent and makes it easier for new contributors to start, even if their local PHP version is different.
What/Why
What are you proposing?
Right now the development setup depends on whatever PHP version each developer has on their machine. Since
composer.jsondoes not define a platform PHP version, Composer may install different dependency versions for different contributors. This creates inconsistency across environments.Adding the minimum PHP version to docker-compose.yml will give all contributors the same environment. This keeps dependency versions consistent and makes it easier for new contributors to start, even if their local PHP version is different.